aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-16 01:48:11 +0000
committerLuc Teirlinck2004-01-16 01:48:11 +0000
commit3e7274ae13f33317b965f0faafcde11a26c75ecf (patch)
tree936ec384b97a51c1ac20764a79938a589fa290e2 /etc
parent637692f4345117fc4c226ae2529d40097c258775 (diff)
downloademacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.tar.gz
emacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aae7f497103..e4a92bd188f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1755documentation 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'
1754before saving buffers. This allows packages to perform various final 1758before saving buffers. This allows packages to perform various final
1755tasks, for example; it can be used by the copyright package to make 1759tasks, for example; it can be used by the copyright package to make