* lisp/dired.el (dired-hide-details-mode): Don't autoload it,
since it cannot be used outside Dired buffers anyway.
This commit is contained in:
parent
52695556f3
commit
bac524e036
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-01-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue