diff options
| author | Eli Zaretskii | 2001-10-30 10:44:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-30 10:44:17 +0000 |
| commit | ae8301597037c176108f5eb40d783593de427870 (patch) | |
| tree | 8531c1e065a153730708c784becdfaf2190d909a /lisp/ChangeLog | |
| parent | de7396bb05e0361d9684fcf0888b3bfcd8e877a3 (diff) | |
| download | emacs-ae8301597037c176108f5eb40d783593de427870.tar.gz emacs-ae8301597037c176108f5eb40d783593de427870.zip | |
(list-buffers-noselect): If the buffer's name
starts with a blank, but it visits a file, do show it (for files
whose names start with a blank).
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 17a24e2fa1b..2f6167feee5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * buff-menu.el (list-buffers-noselect): If the buffer's name | ||
| 4 | starts with a blank, but it visits a file, do show it (for files | ||
| 5 | whose names start with a blank). | ||
| 6 | |||
| 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 8 | ||
| 3 | * textmodes/fill.el (sentence-end-double-space) | 9 | * textmodes/fill.el (sentence-end-double-space) |