diff options
| author | Chong Yidong | 2006-12-04 16:09:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-12-04 16:09:21 +0000 |
| commit | ed50f0d2334b6215a1f0514a8c4a1abebe9f100b (patch) | |
| tree | 62194d6d73540be3644ab4d4039e164cec14c26c | |
| parent | f48658df7c1dbcc3f4d2b19f83ad681be6031f02 (diff) | |
| download | emacs-ed50f0d2334b6215a1f0514a8c4a1abebe9f100b.tar.gz emacs-ed50f0d2334b6215a1f0514a8c4a1abebe9f100b.zip | |
(facemenu-unlisted-faces): Define as obsolete variable.
| -rw-r--r-- | lisp/facemenu.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 3db19342304..a489244728c 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -132,6 +132,16 @@ just before \"Other\" at the end." | |||
| 132 | :type 'boolean | 132 | :type 'boolean |
| 133 | :group 'facemenu) | 133 | :group 'facemenu) |
| 134 | 134 | ||
| 135 | (defvar facemenu-unlisted-faces | ||
| 136 | `(modeline region secondary-selection highlight scratch-face | ||
| 137 | ,(purecopy "^font-lock-") ,(purecopy "^gnus-") ,(purecopy "^message-") | ||
| 138 | ,(purecopy "^ediff-") ,(purecopy "^term-") ,(purecopy "^vc-") | ||
| 139 | ,(purecopy "^widget-") ,(purecopy "^custom-") ,(purecopy "^vm-")) | ||
| 140 | "*List of faces that are of no interest to the user. | ||
| 141 | This variable is obsolete, and has no effect on the Face menu. | ||
| 142 | Use the variable `facemenu-listed-faces' instead.") | ||
| 143 | (make-obsolete-variable 'facemenu-unlisted-faces 'facemenu-listed-faces) | ||
| 144 | |||
| 135 | (defcustom facemenu-listed-faces nil | 145 | (defcustom facemenu-listed-faces nil |
| 136 | "*List of faces to include in the Face menu. | 146 | "*List of faces to include in the Face menu. |
| 137 | Each element should be a symbol, the name of a face. | 147 | Each element should be a symbol, the name of a face. |