diff options
| author | Richard M. Stallman <rms@gnu.org> | 2005-01-17 23:52:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2005-01-17 23:52:58 +0000 |
| commit | 444919be4b4c7cd67a592860d46f78fe959afda0 (patch) | |
| tree | d772ec1148f924b67ee20643f1044eb73849ee1d | |
| parent | 52a7f9bd2a3c656cccc022913192de65c85e8b23 (diff) | |
| download | emacs-444919be4b4c7cd67a592860d46f78fe959afda0.tar.gz | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 13 insertions, 0 deletions
@@ -99,6 +99,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 21.4 +** M-SPC (just-one-space) when given a numeric argument N +converts whitespace around point to N spaces. + ** Control characters and escape glyphs are now shown in the new escape-glyph face. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9838f48bac8..060d8af504e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2005-01-17 Richard M. Stallman <rms@gnu.org> + + * progmodes/grep.el (grep-find): Copy from `grep' the condition + for calling grep-compute-defaults. + + * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet + if buffer is empty. + + * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes. + 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca> * hilit-chg.el (highlight-changes-mode): Don't autoload. |
