diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 3 insertions, 5 deletions
| @@ -616,11 +616,9 @@ Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous | |||
| 616 | in the presence of files with negative time stamps. | 616 | in the presence of files with negative time stamps. |
| 617 | 617 | ||
| 618 | ** The cars of the elements in `interpreter-mode-alist' are now treated | 618 | ** The cars of the elements in `interpreter-mode-alist' are now treated |
| 619 | as regexps rather than literal strings. For the time being, any | 619 | as regexps rather than literal strings. Technically this is an |
| 620 | element whose car does not start with "\\" is still treated as a | 620 | incompatible change, but unless you are using interpreter-mode-alist |
| 621 | literal string, so this change should not cause any incompatibilities | 621 | for something (not just adding elements to it), it ought not to affect you. |
| 622 | if you have code that just adds elements to the list, only if you are | ||
| 623 | actually using interpreter-mode-alist for something. | ||
| 624 | 622 | ||
| 625 | 623 | ||
| 626 | * Lisp Changes in Emacs 24.4 | 624 | * Lisp Changes in Emacs 24.4 |