]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
.emacs: remove old impotent diff-apply-hunk workaround.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 May 2022 16:15:16 +0000 (12:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 May 2022 16:15:16 +0000 (12:15 -0400)
The diff-mode hunk application works as expected now, and the
workaround that I had in .emacs wasn't correct to begin with.

.emacs

diff --git a/.emacs b/.emacs
index 94aa3148311b76b3720454097fce31b393c31d87..1b48bd7615dfcac916c2328abf9679cb4a0cd5c3 100644 (file)
--- 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