comparison lisp/ChangeLog @ 42678:3e3348e192cf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jan 2002 20:17:00 +0000
parents b8fccbdef14b
children b683f98f263a
comparison
equal deleted inserted replaced
42677:449f96bbb6d0 42678:3e3348e192cf
1 2002-01-12 Richard M. Stallman <rms@gnu.org>
2
3 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
4 only when they are surrounded by whitespace.
5 Use dired-mark-separator when adding one file name to a command.
6 (dired-do-shell-command): Verify that * is surrounded by whitespace.
7 Ask for confirmation if * or ? is not surrounded by whitespace.
8 (dired-bunch-files): Re-reverse the partial file list when it is used.
9
10 2002-01-12 Richard M. Stallman <rms@gnu.org>
11
12 * comint.el (comint-dynamic-list-completions): Repeating the command
13 after displaying a completion list scrolls the list.
14
1 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il> 15 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2 16
3 * files.el (find-file-noselect): Don't consider a buffer as 17 * files.el (find-file-noselect): Don't consider a buffer as
4 visiting a file literally if it is in hexl-mode. 18 visiting a file literally if it is in hexl-mode.
5 19