aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilipp Stephani2017-09-19 10:29:42 +0200
committerPhilipp Stephani2017-09-24 10:02:00 +0200
commit1eb4e5c3c8e70813c8042a38a2b67be74b16500e (patch)
tree2dd4bb0690520cc15ec467b6c7561a32a088784b /etc
parent535db535a9168ae73740f50b57210eb127c37119 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e62a2bbb42..aacdf79b573 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
52longer defaults to 'buffer-file-name'.
53
51 54
52* Lisp Changes in Emacs 27.1 55* Lisp Changes in Emacs 27.1
53 56