diff options
| author | Chong Yidong | 2008-06-12 17:27:45 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-12 17:27:45 +0000 |
| commit | a70b4e6e218c0a43ef4581dc7c8c838951313a6b (patch) | |
| tree | b1520e9b41818e1f497836991454abffa3598aaf | |
| parent | 260c15b4b936e4673d066abf6a93f124ef1c8566 (diff) | |
| download | emacs-a70b4e6e218c0a43ef4581dc7c8c838951313a6b.tar.gz emacs-a70b4e6e218c0a43ef4581dc7c8c838951313a6b.zip | |
* longlines.el (longlines-search-forward)
(longlines-search-backward, longlines-re-search-forward): Use a
smarter search-spaces-regexp.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef77c4312f2..61a8b8f553d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-06-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * longlines.el (longlines-search-forward) | ||
| 4 | (longlines-search-backward, longlines-re-search-forward): Use a | ||
| 5 | smarter search-spaces-regexp. | ||
| 6 | |||
| 1 | 2008-06-12 Sam Steingold <sds@gnu.org> | 7 | 2008-06-12 Sam Steingold <sds@gnu.org> |
| 2 | 8 | ||
| 3 | * vc.el (vc-rename-file): DTRT when the destination is a directory | 9 | * vc.el (vc-rename-file): DTRT when the destination is a directory |