diff options
| author | Glenn Morris | 2007-11-30 07:51:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-30 07:51:41 +0000 |
| commit | 8f4b37d892ab777b6d4a1715e3cb8acf679e978f (patch) | |
| tree | a677d64f347b6bf70fa2202cabb7d570c029346b /doc/lispref/ChangeLog | |
| parent | 8fff8988e612e861e1d9be9e624823013dcb8850 (diff) | |
| download | emacs-8f4b37d892ab777b6d4a1715e3cb8acf679e978f.tar.gz emacs-8f4b37d892ab777b6d4a1715e3cb8acf679e978f.zip | |
(Declaring Functions): Add optional fourth
argument of declare-function, setting third argument to `t'.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index afb7b289da1..f99b5ba2a2a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-11-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * functions.texi (Declaring Functions): Add optional fourth | ||
| 4 | argument of declare-function, and setting third argument to `t'. | ||
| 5 | |||
| 1 | 2007-11-29 Glenn Morris <rgm@gnu.org> | 6 | 2007-11-29 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * functions.texi (Declaring Functions): Add findex. Mention | 8 | * functions.texi (Declaring Functions): Add findex. Mention |