aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-08-15 16:02:20 -0700
committerLars Ingebrigtsen2019-08-15 16:02:20 -0700
commitb3713265cbb8eb591ac832ae4c35bf8185544467 (patch)
treeb614a8f9bb8322bbcf17a4ba5182ed228090fb62 /etc
parent7aefbe86f22a1c0b7d329c1931d0297f801e1f83 (diff)
downloademacs-b3713265cbb8eb591ac832ae4c35bf8185544467.tar.gz
emacs-b3713265cbb8eb591ac832ae4c35bf8185544467.zip
Rename variables and functions with "auto-load" in their names
* doc/emacs/building.texi (Lisp Libraries): Adjust documentation. * lisp/help-fns.el (help--symbol-completion-table): Adjust usage. * lisp/help-fns.el (help-enable-completion-autoload): Change name from auto-load and declare an obsolete alias (bug#13418). * lisp/help.el (help-enable-autoload): Ditto. * lisp/progmodes/vhdl-mode.el: Ditto. (vhdl-create-mode-menu, vhdl-mode): Adjust usage. (vhdl-autoload-project): Rename from auto-load and declare an obsolete alias.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 361668c46d9..38825fd1da8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2008,6 +2008,12 @@ valid event type.
2008 2008
2009* Lisp Changes in Emacs 27.1 2009* Lisp Changes in Emacs 27.1
2010 2010
2011** The variables 'help-enable-completion-auto-load',
2012'help-enable-auto-load' and 'vhdl-project-auto-load', as well as the
2013'vhdl-auto-load-project' have been renamed to have "autoload" without
2014the hyphen in their names. Obsolete aliases from the old names have
2015been added.
2016
2011+++ 2017+++
2012** Buttons (created with 'make-button' and related functions) can 2018** Buttons (created with 'make-button' and related functions) can
2013now use the 'button-data' property. If present, the data in this 2019now use the 'button-data' property. If present, the data in this