mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Don't set removed variable facemenu-unlisted-faces
* lisp/vc/ediff-init.el (ediff-hide-face): Redefine as obsolete function alias for 'ignore'; the variable 'facemenu-unlisted-faces' was removed in Emacs 22. Remove all calls. * lisp/mh-e/mh-e.el: Add comment saying that the variable 'facemenu-unlisted-faces' is removed.
This commit is contained in:
parent
b01ee9a114
commit
e4cafc5430
2 changed files with 5 additions and 24 deletions
|
|
@ -3412,6 +3412,7 @@ sequence."
|
|||
;;; Faces (:group 'mh-faces + group where faces described)
|
||||
|
||||
(if (boundp 'facemenu-unlisted-faces)
|
||||
;; This variable was removed in Emacs 22.1.
|
||||
(add-to-list 'facemenu-unlisted-faces "^mh-"))
|
||||
|
||||
;; To add a new face:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue