emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116176: * lisp/dired.el (dired-hide-details-mode):


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116176: * lisp/dired.el (dired-hide-details-mode): Don't autoload it,
Date: Mon, 27 Jan 2014 21:42:58 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116176
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-27 16:42:53 -0500
message:
  * lisp/dired.el (dired-hide-details-mode): Don't autoload it,
  since it cannot be used outside Dired buffers anyway.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/dired.el                  dired.el-20091113204419-o5vbwnq5f7feedwu-482
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-27 21:26:48 +0000
+++ b/lisp/ChangeLog    2014-01-27 21:42:53 +0000
@@ -1,5 +1,8 @@
 2014-01-27  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2014-01-27 21:26:48 +0000
+++ b/lisp/dired.el     2014-01-27 21:42:53 +0000
@@ -2267,7 +2267,6 @@
       (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]