aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-11 17:26:04 +0000
committerGerd Moellmann2001-10-11 17:26:04 +0000
commit63ca0a6ee4472973bf73ab75979d164d2d157a61 (patch)
tree2bbfbfb8dcbb0779d774c98930dc1d521c62f11d /etc
parent3ecf67a1844bb1797692b1b768e3d652a33bec62 (diff)
downloademacs-63ca0a6ee4472973bf73ab75979d164d2d157a61.tar.gz
emacs-63ca0a6ee4472973bf73ab75979d164d2d157a61.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 6be0380d329..35f9a550756 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,6 +42,10 @@ settings.
42 42
43* Lisp Changes in Emacs 21.2 43* Lisp Changes in Emacs 21.2
44 44
45** Functions `user-uid' and `user-real-uid' now return floats if the
46user UID doesn't fit in a Lisp integer. Function `user-full-name'
47accepts a float as UID parameter.
48
45** `define-key-after' now accepts keys longer than 1. 49** `define-key-after' now accepts keys longer than 1.
46 50
47** `define-derived-mode' now accept nil as the parent. 51** `define-derived-mode' now accept nil as the parent.