diff lisp/dired.el @ 46759:6e0e9800f72c

Hide disabling of dired-find-alternate-file behind autoload-cookie.
author Andreas Schwab <schwab@suse.de>
date Wed, 31 Jul 2002 12:07:30 +0000
parents 8f770863ba00
children cf99f76fc3d4
line wrap: on
line diff
--- a/lisp/dired.el	Wed Jul 31 08:09:58 2002 +0000
+++ b/lisp/dired.el	Wed Jul 31 12:07:30 2002 +0000
@@ -1360,7 +1360,7 @@
   (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."