diff options
| author | Philipp Stephani | 2017-09-19 10:29:42 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2017-09-24 10:02:00 +0200 |
| commit | 1eb4e5c3c8e70813c8042a38a2b67be74b16500e (patch) | |
| tree | 2dd4bb0690520cc15ec467b6c7561a32a088784b /etc | |
| parent | 535db535a9168ae73740f50b57210eb127c37119 (diff) | |
| download | emacs-1eb4e5c3c8e70813c8042a38a2b67be74b16500e.tar.gz emacs-1eb4e5c3c8e70813c8042a38a2b67be74b16500e.zip | |
Make FILENAME argument of 'file-name-base' mandatory
* lisp/files.el (file-name-base): Make FILENAME argument mandatory.
* lisp/autoinsert.el (auto-insert-alist):
* lisp/progmodes/cperl-mode.el (cperl-electric-pod):
* lisp/progmodes/idlwave.el (idlwave-parse-definition):
* lisp/textmodes/reftex-ref.el (reftex-replace-prefix-escapes): Fix
all callers.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -48,6 +48,9 @@ sets the XTerm window title. The default is to set the window title. | |||
| 48 | 48 | ||
| 49 | * Incompatible Lisp Changes in Emacs 27.1 | 49 | * Incompatible Lisp Changes in Emacs 27.1 |
| 50 | 50 | ||
| 51 | ** The FILENAME argument to 'file-name-base' is now mandatory and no | ||
| 52 | longer defaults to 'buffer-file-name'. | ||
| 53 | |||
| 51 | 54 | ||
| 52 | * Lisp Changes in Emacs 27.1 | 55 | * Lisp Changes in Emacs 27.1 |
| 53 | 56 | ||