Mercurial > emacs
changeset 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 | b0f1eb332cc5 |
children | 7eb8059267a4 |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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."