comparison lisp/facemenu.el @ 94149:17500cca17c4

(facemenu-unlisted-faces): Fix obsolescence description.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 18 Apr 2008 09:34:30 +0000
parents 1e3a407766b9
children ee5932bf781d
comparison
equal deleted inserted replaced
94148:be53eb871301 94149:17500cca17c4
133 ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-") 133 ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-")
134 ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-") 134 ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-")
135 ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-")) 135 ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-"))
136 "*List of faces that are of no interest to the user.") 136 "*List of faces that are of no interest to the user.")
137 (make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces 137 (make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces
138 "since 22.1,\nand has no effect on the Face menu") 138 "22.1,\n and has no effect on the Face menu")
139 139
140 (defcustom facemenu-listed-faces nil 140 (defcustom facemenu-listed-faces nil
141 "*List of faces to include in the Face menu. 141 "*List of faces to include in the Face menu.
142 Each element should be a symbol, the name of a face. 142 Each element should be a symbol, the name of a face.
143 The \"basic \" faces in `facemenu-keybindings' are automatically 143 The \"basic \" faces in `facemenu-keybindings' are automatically