aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-07-31 12:08:06 +0000
committerAndreas Schwab <[email protected]>2002-07-31 12:08:06 +0000
commitc21993d04fe409797d2dbca1214d317a0daacc0b (patch)
treef93f288cba4cd36a6f2f096cc56c2a1296443e8e /lisp/dired.el
parentd053bf7ecbf3d214ba3d2fb2dae52f8f264b9834 (diff)
Hide disabling of dired-find-alternate-file behind
autoload-cookie.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
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."