1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-09-13 10:04:14 +00:00
parent 9b35015281
commit 1fb7f87279
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2001-09-13 Milan Zamazal <pdm@zamazal.org>
* progmodes/compile.el (grep-compute-defaults): Don't set
grep-command/grep-find-command when it is already non-nil.
(grep-command): Make it a user option.
(grep-find-command): Likewise.
2001-09-05 Gerd Moellmann <gerd@gnu.org>
* configure.in: Avoid `$@' which is handled specially in

View File

@ -1,3 +1,10 @@
2001-09-13 Gerd Moellmann <gerd@gnu.org>
* simple.el (minibuffer-prompt-modification)
(minibuffer-prompt-insertion): New functions.
(minibuffer-prompt-properties): Use `modification-hooks' and
`insert-in-front-hooks'.
2001-09-12 Richard M. Stallman <rms@gnu.org>
* textmodes/outline.el (outline-regexp): Doc fix.
@ -5,6 +12,10 @@
2001-09-12 Gerd Moellmann <gerd@gnu.org>
* ediff-mult.el (ediff-get-meta-info): Take into account that data
from `ediff-meta-info' properties need not be an overlay. From
David Ponce <dponce@voila.fr>.
* isearch.el (isearch-intersects-p): Fix end checks.
2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>