diff options
| author | Chong Yidong | 2013-12-28 12:30:19 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-12-28 12:30:19 +0800 |
| commit | 4364185f73c426c17de2892d41992f080c6d433c (patch) | |
| tree | fbc927b5da82d770fa8e3afbbb7b0cea0404f155 /etc | |
| parent | a544fbe1d185d9251521e51160eaa31fda1474ca (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 953 | file using `set-file-extended-attributes'. | 953 | file 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. |
| 956 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous | 957 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous |
| 957 | in the presence of files with negative time stamps. | 958 | in 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 |
| 960 | treated as regexps rather than literal strings. This change should | 962 | treated as regexps rather than literal strings. |
| 961 | not affect you unless you are using `interpreter-mode-alist' for | ||
| 962 | something (not just adding elements to it). | ||
| 963 | 963 | ||
| 964 | 964 | ||
| 965 | * Lisp Changes in Emacs 24.4 | 965 | * Lisp Changes in Emacs 24.4 |