diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -538,14 +538,6 @@ file using `set-file-extended-attributes'. | |||
| 538 | ** `visited-file-modtime' now returns -1 for nonexistent files. | 538 | ** `visited-file-modtime' now returns -1 for nonexistent files. |
| 539 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous | 539 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous |
| 540 | in the presence of files with negative time stamps. | 540 | in the presence of files with negative time stamps. |
| 541 | |||
| 542 | ** Special forms with implied progn now check for proper lists. | ||
| 543 | Starting in Emacs 21.4, a special form with an implied progn of an | ||
| 544 | improper list ignored the trailing value, treating it as nil. For | ||
| 545 | example, (cond (t (message "hello") . "there")) ignored the "there". | ||
| 546 | This inadvertent change to Emacs's behavior has been reverted, and | ||
| 547 | Emacs now signals an error for these improper forms, as it did in | ||
| 548 | version 21.3 and earlier. | ||
| 549 | 541 | ||
| 550 | * Lisp Changes in Emacs 24.4 | 542 | * Lisp Changes in Emacs 24.4 |
| 551 | 543 | ||