diff options
| author | Richard M. Stallman | 2007-08-16 02:21:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-08-16 02:21:37 +0000 |
| commit | 6e33efc40a52243253bf3c6bf7f4ea492a194546 (patch) | |
| tree | d4b4d21bced36077d05a227fe557b685902e9823 /src/ChangeLog | |
| parent | f6d4c7a40b48e6b838d994365e1624961cfb543d (diff) | |
| download | emacs-6e33efc40a52243253bf3c6bf7f4ea492a194546.tar.gz emacs-6e33efc40a52243253bf3c6bf7f4ea492a194546.zip | |
(Fcommandp): Add parens to clarify.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0ae50d2fa67..2f006840cbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-08-16 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (Fcommandp): Add parens to clarify. | ||
| 4 | |||
| 5 | * minibuf.c (Fall_completions): Use enum for type of table. | ||
| 6 | |||
| 7 | * emacs.c (USAGE2): Improve text. | ||
| 8 | |||
| 1 | 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int> | 9 | 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int> |
| 2 | 10 | ||
| 3 | * term.c (tty_default_color_capabilities): Explicitly initialize | 11 | * term.c (tty_default_color_capabilities): Explicitly initialize |