Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bac524e0
Commit
bac524e0
authored
Jan 27, 2014
by
Glenn Morris
Browse files
* lisp/dired.el (dired-hide-details-mode): Don't autoload it,
since it cannot be used outside Dired buffers anyway.
parent
52695556
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/dired.el
lisp/dired.el
+0
-1
No files found.
lisp/ChangeLog
View file @
bac524e0
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)
...
...
lisp/dired.el
View file @
bac524e0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment