summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-08-02 15:30:37 +0000
committerKim F. Storm <storm@cua.dk>2004-08-02 15:30:37 +0000
commit0f7a93c1c6d940cc7691834a7936b800af6c0d6f (patch)
treec4c6b967c9944da9b8fa0abab5f942faead2cc41 /etc
parent7316f52cab8b75ef9f9c1e3bee9198d4fd8c1c4b (diff)
downloademacs-0f7a93c1c6d940cc7691834a7936b800af6c0d6f.tar.gz
*** 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 12d8f044637..0693e063992 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2187,6 +2187,10 @@ configuration files.
* Lisp Changes in Emacs 21.4
+** Function `compute-motion' now calculates the usable window
+width if the WIDTH argument is nil. If the TOPOS argument is nil,
+the usable window height and width is used.
+
+++
** `visited-file-modtime' and `calendar-time-from-absolute' now return
a list of two integers, instead of a cons.