Mercurial > emacs
comparison etc/NEWS @ 40295:b2456ad80460
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 25 Oct 2001 07:49:52 +0000 |
parents | 77247104a65e |
children | a5332cff58ba |
comparison
equal
deleted
inserted
replaced
40294:c3b8e6d5266f | 40295:b2456ad80460 |
---|---|
79 (function (lambda () | 79 (function (lambda () |
80 (master-set-slave sql-buffer)))) | 80 (master-set-slave sql-buffer)))) |
81 | 81 |
82 | 82 |
83 * Lisp Changes in Emacs 21.2 | 83 * Lisp Changes in Emacs 21.2 |
84 | |
85 ** The variable `compilation-parse-errors-filename-function' can | |
86 be used to transform filenames found in compilation output. | |
84 | 87 |
85 +++ | 88 +++ |
86 ** Functions `file-name-sans-extension' and `file-name-extension' now | 89 ** Functions `file-name-sans-extension' and `file-name-extension' now |
87 ignore the leading dots in file names, so that file names such as | 90 ignore the leading dots in file names, so that file names such as |
88 `.emacs' are treated as extensionless. | 91 `.emacs' are treated as extensionless. |