comparison lisp/ChangeLog @ 74287:1d8d209edc99

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Nov 2006 02:23:45 +0000
parents fa6583f5269e
children 12e8cedf59f1
comparison
equal deleted inserted replaced
74286:e7dacee7b66e 74287:1d8d209edc99
1 2006-11-28 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4 Replace incorrect use of assoc-default with a loop.
5
6 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7
8 * simple.el (next-error-find-buffer): Improve messages.
9
10 * files.el (revert-buffer): Special error message if file
11 is now not readable.
12
13 * facemenu.el (facemenu-add-new-face): Improve doc strings of
14 constructed commands.
15
16 * comint.el (comint-exec-1): Provide Emacs version and `comint'
17 in INSIDE_EMACS.
18
1 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca> 19 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 * diff-mode.el (diff-mode-map): Add a binding for unified->context. 21 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4 22
5 * server.el: Remove spurious * in docstrings. 23 * server.el: Remove spurious * in docstrings.