aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 098784d816..bed25b3194 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-31 Andreas Schwab <[email protected]>
+
+ * dired.el: Hide disabling of dired-find-alternate-file behind
+ autoload-cookie.
+
2002-07-31 Juanma Barranquero <[email protected]>
* makefile.w32-in: Revert some changes from 2002-07-23 because they
diff --git a/lisp/dired.el b/lisp/dired.el
index d4ddc9b53a..0132debce1 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1360,7 +1360,7 @@ Creates a buffer if necessary."
(interactive)
(set-buffer-modified-p nil)
(find-alternate-file (dired-get-file-for-visit)))
-(put 'dired-find-alternate-file 'disabled t)
+;;;###autoload (put 'dired-find-alternate-file 'disabled t)
(defun dired-mouse-find-file-other-window (event)
"In Dired, visit the file or directory name you click on."