From: Michael Orlitzky Date: Mon, 9 May 2022 16:15:16 +0000 (-0400) Subject: .emacs: remove old impotent diff-apply-hunk workaround. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=85dd61d37b8dde63d32bc639822a814e61940f0f .emacs: remove old impotent diff-apply-hunk workaround. The diff-mode hunk application works as expected now, and the workaround that I had in .emacs wasn't correct to begin with. --- diff --git a/.emacs b/.emacs index 94aa314..1b48bd7 100644 --- a/.emacs +++ b/.emacs @@ -17,9 +17,6 @@ ;; Set the frame title to the name of the buffer, if supported. (setq frame-title-format "%b") -;; Currently needed to make Emacs 23 behave sanely. -'(diff-jump-to-old-file t) - ;; Disable the menu/tool bars when we're using X. (menu-bar-mode -1) (when window-system