mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Fix previous change.
This commit is contained in:
parent
e63e3d5feb
commit
0e842e15be
@ -1,3 +1,12 @@
|
|||||||
|
2001-12-27 Richard M. Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* help.el (describe-key): Doc fix.
|
||||||
|
|
||||||
|
2001-12-26 Markus Rost <rost@math.ohio-state.edu>
|
||||||
|
|
||||||
|
* find-dired.el (find-dired-sentinel): Precede exit message by
|
||||||
|
two spaces, to match the regexp in dired-between-files.
|
||||||
|
|
||||||
2001-12-28 Miles Bader <miles@gnu.org>
|
2001-12-28 Miles Bader <miles@gnu.org>
|
||||||
|
|
||||||
* wid-edit.el (widget-toggle-value-create): Don't eval actual
|
* wid-edit.el (widget-toggle-value-create): Don't eval actual
|
||||||
|
@ -232,7 +232,7 @@ Thus ARG can also contain additional grep options."
|
|||||||
(let ((buffer-read-only nil))
|
(let ((buffer-read-only nil))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(insert "\n find " state)
|
(insert "\n find " state)
|
||||||
(forward-char -1) ;Back up before \n at end of STATE.
|
(forward-char -1) ;Back up before \n at end of STATE.
|
||||||
(insert " at " (substring (current-time-string) 0 19))
|
(insert " at " (substring (current-time-string) 0 19))
|
||||||
(forward-char 1)
|
(forward-char 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user