Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d9f2959e
Commit
d9f2959e
authored
Dec 04, 2006
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(facemenu-unlisted-faces): Put obsolescence info in the call to
`make-obsolete-variable', not in the docstring.
parent
ed50f0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/facemenu.el
lisp/facemenu.el
+3
-4
No files found.
lisp/facemenu.el
View file @
d9f2959e
...
...
@@ -137,10 +137,9 @@ just before \"Other\" at the end."
,
(
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
)
"*List of faces that are of no interest to the user."
)
(
make-obsolete-variable
'facemenu-unlisted-faces
'facemenu-listed-faces
"since 22.1,\nand has no effect on the Face menu"
)
(
defcustom
facemenu-listed-faces
nil
"*List of faces to include in the Face menu.
...
...
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