diff options
| author | Glenn Morris | 2007-11-24 03:06:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-24 03:06:42 +0000 |
| commit | 5bb0cda3c6abd23fdf1716acf6da2b5d950270c7 (patch) | |
| tree | e3a1a5c8e2a6d6cab2bcedcabda80242355f345b /doc/lispref/ChangeLog | |
| parent | e31dfb12aca5db57ea41bf93f755aa0af9f1a188 (diff) | |
| download | emacs-5bb0cda3c6abd23fdf1716acf6da2b5d950270c7.tar.gz emacs-5bb0cda3c6abd23fdf1716acf6da2b5d950270c7.zip | |
(Compiler Errors): Mention declaring functions, defvar with no
initvalue, and byte-compile-warnings.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c739a43a1a4..16c78f429ea 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-11-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * functions.texi (Declaring Functions): New section. | ||
| 4 | * compile.texi (Compiler Errors): Mention declaring functions, | ||
| 5 | defvar with no initvalue, and byte-compile-warnings. | ||
| 6 | |||
| 1 | 2007-11-15 Martin Rudalics <rudalics@gmx.at> | 7 | 2007-11-15 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. | 9 | * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. |