From 85dd61d37b8dde63d32bc639822a814e61940f0f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 May 2022 12:15:16 -0400 Subject: [PATCH] .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. --- .emacs | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.43.2