+2002-07-31 Andreas Schwab <schwab@suse.de>
+
+ * dired.el: Hide disabling of dired-find-alternate-file behind
+ autoload-cookie.
+
2002-07-31 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in: Revert some changes from 2002-07-23 because they
(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."