diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-29 18:31:19 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-30 12:07:49 +0200 |
commit | 454c06a22c8b2ddb177d2e613807fc206ba29da7 (patch) | |
tree | 58633836c434a64af8de42adbe77068274564925 /etc | |
parent | 9bdcca553f89838c45006ef869a7a10d4ad41262 (diff) | |
download | emacs-454c06a22c8b2ddb177d2e613807fc206ba29da7.tar.gz |
Fix namespace use in bib-mode.el
* lisp/textmodes/bib-mode.el (bib-unread-file, bib-add)
(bib-return-key, bib-mark, bib-unread): Rename from
'unread-bib-file', 'addbib', 'return-key-bib', 'mark-bib', and
'unread-bib' respectively. Maintain old names as obsolete aliases and
update uses.
(bib-mode-map): Prefer defvar-keymap.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2182,6 +2182,16 @@ instead of also trying to ping it. Customize the user option *** The 'run-dig' command is now obsolete; use 'dig' instead. --- +*** Some `bib-mode' commands and variables have been renamed. +To respect Emacs naming conventions, the variable 'unread-bib-file' +has been renamed to 'bib-unread-file'. The following commands have +also been renamed: + 'addbib' to 'bib-add' + 'return-key-bib' to 'bib-return-key' + 'mark-bib' to 'bib-mark' + 'unread-bib' to 'bib-unread' + +--- ** The autoarg.el library is now marked obsolete. This library provides the 'autoarg-mode' and 'autoarg-kp-mode' minor modes to emulate the behavior of the historical editor Twenex Emacs. |