]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
.emacs: remove old impotent diff-apply-hunk workaround.
[emacs.d.git] / .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