summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-29 18:31:19 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-30 12:07:49 +0200
commit454c06a22c8b2ddb177d2e613807fc206ba29da7 (patch)
tree58633836c434a64af8de42adbe77068274564925 /etc
parent9bdcca553f89838c45006ef869a7a10d4ad41262 (diff)
downloademacs-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/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b6f77e3e492..f7cfae30f32 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.