aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2013-12-28 12:30:19 +0800
committerChong Yidong2013-12-28 12:30:19 +0800
commit4364185f73c426c17de2892d41992f080c6d433c (patch)
treefbc927b5da82d770fa8e3afbbb7b0cea0404f155 /etc
parenta544fbe1d185d9251521e51160eaa31fda1474ca (diff)
downloademacs-4364185f73c426c17de2892d41992f080c6d433c.tar.gz
emacs-4364185f73c426c17de2892d41992f080c6d433c.zip
Doc updates
* buffers.texi (Modification Time): Document visited-file-modtime change. * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a83f7d0742c..49a2d8e6c9b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -952,14 +952,14 @@ alist of extended attributes as returned by the new function
952`file-extended-attributes'. The attributes can be applied to another 952`file-extended-attributes'. The attributes can be applied to another
953file using `set-file-extended-attributes'. 953file using `set-file-extended-attributes'.
954 954
955+++
955** `visited-file-modtime' now returns -1 for nonexistent files. 956** `visited-file-modtime' now returns -1 for nonexistent files.
956Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous 957Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous
957in the presence of files with negative time stamps. 958in the presence of files with negative time stamps.
958 959
960+++
959** The cars of the elements in `interpreter-mode-alist' are now 961** The cars of the elements in `interpreter-mode-alist' are now
960treated as regexps rather than literal strings. This change should 962treated as regexps rather than literal strings.
961not affect you unless you are using `interpreter-mode-alist' for
962something (not just adding elements to it).
963 963
964 964
965* Lisp Changes in Emacs 24.4 965* Lisp Changes in Emacs 24.4