diff options
| author | Eli Zaretskii | 2001-02-16 11:52:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-16 11:52:52 +0000 |
| commit | 0d140e65afcce8472e34189a6db8036a1a481a3a (patch) | |
| tree | aecb1f042c881e4dd909f70ca58a5515e56e8f21 /lisp/ChangeLog | |
| parent | 76846b315db4183c4aeae6fd7be5223290700010 (diff) | |
| download | emacs-0d140e65afcce8472e34189a6db8036a1a481a3a.tar.gz emacs-0d140e65afcce8472e34189a6db8036a1a481a3a.zip | |
(grep-regexp-alist): Remove the blank from
the character class after the (optional) drive, to support file
names with embedded blanks.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 900176c0761..30eba6bf269 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * progmodes/compile.el (grep-regexp-alist): Remove the blank from | ||
| 4 | the character class after the (optional) drive, to support file | ||
| 5 | names with embedded blanks. | ||
| 6 | |||
| 1 | 2001-02-15 Sam Steingold <sds@gnu.org> | 7 | 2001-02-15 Sam Steingold <sds@gnu.org> |
| 2 | 8 | ||
| 3 | * textmodes/tex-mode.el (tex-shell-running): | 9 | * textmodes/tex-mode.el (tex-shell-running): |