Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
db6b2ec6
Commit
db6b2ec6
authored
Mar 28, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename dired-do-toggle to dired-toggle-marks.
parent
d588eb90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
lisp/ChangeLog
lisp/ChangeLog
+28
-0
man/dired.texi
man/dired.texi
+2
-2
No files found.
lisp/ChangeLog
View file @
db6b2ec6
2002-03-28 Richard M. Stallman <rms@gnu.org>
* dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
Bindings changed.
* progmodes/compile.el (compilation-handle-exit):
If compilation-window-height is 0, display status in echo area.
* simple.el (line-move-to-column): Don't call move-to-column if COL=0.
* rect.el (replace-rectangle): Add autoload.
* files.el: Mark many more variables as risky.
(hack-one-local-variable): Recognize several additional
patterns as risky.
* bindings.el (mode-line-mule-info): Use :propertize, not :eval.
2002-03-28 Andre Spiegel <spiegel@gnu.org>
* vc-cvs.el (vc-cvs-global-switches): New user option.
...
...
@@ -61,6 +79,16 @@
* Makefile.in (compile, compile-always): Don't try to compile
non-existent files or files in empty directories.
2002-03-26 Michael Ernst <mernst@alum.mit.edu>
* compare-w.el (compare-windows-whitespace): Match all whitespace.
* emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
copy of standard Lisp directories.
* tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
Support "next has longname" link type.
2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
* textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
...
...
man/dired.texi
View file @
db6b2ec6
...
...
@@ -392,9 +392,9 @@ Move up to the previous marked file (@code{dired-prev-marked-file})
@item * t
@kindex * t @r{(Dired)}
@findex dired-
do-
toggle
@findex dired-toggle
-marks
@cindex toggling marks (in Dired)
Toggle all marks (@code{dired-
do-
toggle}): files marked with @samp{*}
Toggle all marks (@code{dired-toggle
-marks
}): files marked with @samp{*}
become unmarked, and unmarked files are marked with @samp{*}. Files
marked in any other way are not affected.
...
...
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