diff options
| author | Richard M. Stallman | 2004-10-19 16:58:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-19 16:58:30 +0000 |
| commit | 8550b998e80fbd6adf76671deed2e176d826ccf9 (patch) | |
| tree | db8343d457754a73b2129a6d712cba16abbce27c /lisp | |
| parent | 30b7be474f9c368a91437adecd43a44727565422 (diff) | |
| download | emacs-8550b998e80fbd6adf76671deed2e176d826ccf9.tar.gz emacs-8550b998e80fbd6adf76671deed2e176d826ccf9.zip | |
(Fdelete_and_extract_region): If region is empty, return null string.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 070bcaab658..902a5e2ac2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-10-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-mode): Doc fix. | ||
| 4 | |||
| 5 | * eshell/em-unix.el (eshell-grep): | ||
| 6 | Don't bind compilation-process-setup-function. | ||
| 7 | |||
| 8 | * comint.el (comint-insert-input): Use @ in `interactive'. | ||
| 9 | (comint-input-filter-functions): Doc fix. | ||
| 10 | (comint-kill-whole-line, comint-get-source): Doc fix. | ||
| 11 | |||
| 12 | * progmodes/compile.el (compilation-setup): | ||
| 13 | Don't set buffer-read-only if MINOR is non-nil. | ||
| 14 | |||
| 1 | 2004-10-19 Ulf Jasper <ulf.jasper@web.de> | 15 | 2004-10-19 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 16 | ||
| 3 | * calendar/icalendar.el: Set coding to utf-8. | 17 | * calendar/icalendar.el: Set coding to utf-8. |