From c3699272e003c6ceb222e1097cdd1252e3306435 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 2 Feb 2010 15:31:57 -0500 Subject: [PATCH] Set diff-jump-to-old-file to behave like Emacs <= 23. --- .emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs b/.emacs index 4732256..537001a 100644 --- a/.emacs +++ b/.emacs @@ -7,6 +7,9 @@ ;; 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