Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1a74d58
Commit
d1a74d58
authored
Oct 23, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe-face): Use describe-simplify-lib-file-name.
parent
9888177f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/faces.el
lisp/faces.el
+1
-0
No files found.
lisp/faces.el
View file @
d1a74d58
...
...
@@ -1297,6 +1297,7 @@ If FRAME is omitted or nil, use the selected frame."
;; The next 4 sexps are copied from describe-function-1
;; and simplified.
(
setq
file-name
(
symbol-file
f
'defface
))
(
setq
file-name
(
describe-simplify-lib-file-name
file-name
))
(
when
file-name
(
princ
"Defined in `"
)
(
princ
file-name
)
...
...
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