aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-08-02 22:21:43 +0000
committerAndreas Schwab2002-08-02 22:21:43 +0000
commit336cd99d1bf52bc68e1aab92f4a6e4e390b0407f (patch)
tree772d7a73d1bfe3e9a3637846e1ed4617559b194f
parent364266899060a99d925f944e251fda7e6c1d0d0b (diff)
downloademacs-336cd99d1bf52bc68e1aab92f4a6e4e390b0407f.tar.gz
emacs-336cd99d1bf52bc68e1aab92f4a6e4e390b0407f.zip
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 0132debce12..ba19f047347 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1360,6 +1360,7 @@ Creates a buffer if necessary."
1360 (interactive) 1360 (interactive)
1361 (set-buffer-modified-p nil) 1361 (set-buffer-modified-p nil)
1362 (find-alternate-file (dired-get-file-for-visit))) 1362 (find-alternate-file (dired-get-file-for-visit)))
1363;; Don't override the setting from .emacs.
1363;;;###autoload (put 'dired-find-alternate-file 'disabled t) 1364;;;###autoload (put 'dired-find-alternate-file 'disabled t)
1364 1365
1365(defun dired-mouse-find-file-other-window (event) 1366(defun dired-mouse-find-file-other-window (event)