]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Set diff-jump-to-old-file to behave like Emacs <= 23.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 2 Feb 2010 20:31:57 +0000 (15:31 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 2 Feb 2010 20:31:57 +0000 (15:31 -0500)
.emacs

diff --git a/.emacs b/.emacs
index 4732256f31692726080c24d0cb7e6f76bc5c649a..537001a6d3216706687d68b9d40fd85864051cbe 100644 (file)
--- 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