Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed50f0d2
Commit
ed50f0d2
authored
Dec 04, 2006
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(facemenu-unlisted-faces): Define as obsolete variable.
parent
f48658df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lisp/facemenu.el
lisp/facemenu.el
+10
-0
No files found.
lisp/facemenu.el
View file @
ed50f0d2
...
@@ -132,6 +132,16 @@ just before \"Other\" at the end."
...
@@ -132,6 +132,16 @@ just before \"Other\" at the end."
:type
'boolean
:type
'boolean
:group
'facemenu
)
:group
'facemenu
)
(
defvar
facemenu-unlisted-faces
`
(
modeline
region
secondary-selection
highlight
scratch-face
,
(
purecopy
"^font-lock-"
)
,
(
purecopy
"^gnus-"
)
,
(
purecopy
"^message-"
)
,
(
purecopy
"^ediff-"
)
,
(
purecopy
"^term-"
)
,
(
purecopy
"^vc-"
)
,
(
purecopy
"^widget-"
)
,
(
purecopy
"^custom-"
)
,
(
purecopy
"^vm-"
))
"*List of faces that are of no interest to the user.
This variable is obsolete, and has no effect on the Face menu.
Use the variable `facemenu-listed-faces' instead."
)
(
make-obsolete-variable
'facemenu-unlisted-faces
'facemenu-listed-faces
)
(
defcustom
facemenu-listed-faces
nil
(
defcustom
facemenu-listed-faces
nil
"*List of faces to include in the Face menu.
"*List of faces to include in the Face menu.
Each element should be a symbol, the name of a face.
Each element should be a symbol, the name of a face.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment