aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-08-02 22:21:43 +0000
committerAndreas Schwab <[email protected]>2002-08-02 22:21:43 +0000
commit336cd99d1bf52bc68e1aab92f4a6e4e390b0407f (patch)
tree772d7a73d1bfe3e9a3637846e1ed4617559b194f
parent364266899060a99d925f944e251fda7e6c1d0d0b (diff)
Add comment for last change.
-rw-r--r--lisp/dired.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 0132debce1..ba19f04734 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1360,6 +1360,7 @@ Creates a buffer if necessary."
(interactive)
(set-buffer-modified-p nil)
(find-alternate-file (dired-get-file-for-visit)))
+;; Don't override the setting from .emacs.
;;;###autoload (put 'dired-find-alternate-file 'disabled t)
(defun dired-mouse-find-file-other-window (event)