From bac524e036a6a64d33dcbb71e8458675fd7a97cd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 27 Jan 2014 16:42:53 -0500 Subject: [PATCH] * lisp/dired.el (dired-hide-details-mode): Don't autoload it, since it cannot be used outside Dired buffers anyway. --- lisp/ChangeLog | 3 +++ lisp/dired.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0399b5e0fe7..79710afc777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-01-27 Glenn Morris + * dired.el (dired-hide-details-mode): Don't autoload it, + since it cannot be used outside Dired buffers anyway. + * emulation/cua-base.el (cua-mode): Doc fix. * dired.el (dired-hide-details-hide-symlink-targets) diff --git a/lisp/dired.el b/lisp/dired.el index e31912aa3cc..c56e15a71a1 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2267,7 +2267,6 @@ unchanged." (substring file (match-end 0)) file)) -;;;###autoload (define-minor-mode dired-hide-details-mode "Toggle visibility of detailed information in current Dired buffer. When this minor mode is enabled, details such as file ownership and -- 2.39.2