mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Delete defgroup "wp" obsolete since Emacs 26
* lisp/cus-edit.el (wp): Delete defgroup obsolete since Emacs 26. (text): Don't inherit obsolete customization group 'wp'. * lisp/finder.el (finder-known-keywords): Delete 'wp' keyword.
This commit is contained in:
parent
a6a4ad13e4
commit
0ae70433ea
3
etc/NEWS
3
etc/NEWS
@ -167,6 +167,9 @@ A new ':authorizable t' parameter has been added to 'dbus-call-method'
|
||||
and 'dbus-call-method-asynchronously' to allow the user to interactively
|
||||
authorize the invoked D-Bus method (e.g., via polkit).
|
||||
|
||||
** The customization group 'wp' has been removed.
|
||||
It has been obsolete since Emacs 26.1. Use the group 'text' instead.
|
||||
|
||||
|
||||
* Changes in Emacs 31.1 on Non-Free Operating Systems
|
||||
|
||||
|
@ -175,16 +175,9 @@
|
||||
"Support for editing files."
|
||||
:group 'emacs)
|
||||
|
||||
(defgroup wp nil
|
||||
"Support for editing text files.
|
||||
Use group `text' for this instead. This group is obsolete."
|
||||
:group 'emacs)
|
||||
|
||||
(defgroup text nil
|
||||
"Support for editing text files."
|
||||
:group 'emacs
|
||||
;; Inherit from deprecated `wp' for compatibility, for now.
|
||||
:group 'wp)
|
||||
:group 'emacs)
|
||||
|
||||
(defgroup data nil
|
||||
"Support for editing binary data files."
|
||||
|
@ -71,8 +71,7 @@
|
||||
(text . "editing text files")
|
||||
(tools . "programming tools")
|
||||
(unix . "UNIX feature interfaces and emulators")
|
||||
(vc . "version control")
|
||||
(wp . "use keyword `text' instead; this keyword is obsolete"))
|
||||
(vc . "version control"))
|
||||
"Association list of the standard \"Keywords:\" headers.
|
||||
Each element has the form (KEYWORD . DESCRIPTION).")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user