diff options
| author | Luc Teirlinck | 2004-01-16 01:48:11 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-01-16 01:48:11 +0000 |
| commit | 3e7274ae13f33317b965f0faafcde11a26c75ecf (patch) | |
| tree | 936ec384b97a51c1ac20764a79938a589fa290e2 /etc | |
| parent | 637692f4345117fc4c226ae2529d40097c258775 (diff) | |
| download | emacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.tar.gz emacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1750,6 +1750,10 @@ configuration files. | |||
| 1750 | 1750 | ||
| 1751 | * Lisp Changes in Emacs 21.4 | 1751 | * Lisp Changes in Emacs 21.4 |
| 1752 | 1752 | ||
| 1753 | +++ | ||
| 1754 | ** `declare' is now a macro. This change was made mostly for | ||
| 1755 | documentation purposes and should have no real effect on Lisp code. | ||
| 1756 | |||
| 1753 | ** The new hook `before-save-hook' is invoked by `basic-save-buffer' | 1757 | ** The new hook `before-save-hook' is invoked by `basic-save-buffer' |
| 1754 | before saving buffers. This allows packages to perform various final | 1758 | before saving buffers. This allows packages to perform various final |
| 1755 | tasks, for example; it can be used by the copyright package to make | 1759 | tasks, for example; it can be used by the copyright package to make |