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
23b77eee
Commit
23b77eee
authored
Jun 21, 2008
by
Miles Bader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix autoload directives in lisp/face-remap.el
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1271
parent
0e90a43c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/face-remap.el
lisp/face-remap.el
+4
-4
No files found.
lisp/face-remap.el
View file @
23b77eee
...
...
@@ -103,7 +103,7 @@ The list structure of ENTRY may be destructively modified."
(
setcdr
entry
(
sort
(
cdr
entry
)
'face-attrs-more-relative-p
))
(
nreverse
entry
))
;;;###
autoload
;;;###autoload
(
defun
face-remap-add-relative
(
face
&rest
specs
)
"Add a face remapping entry of FACE to SPECS in the current buffer.
...
...
@@ -146,7 +146,7 @@ COOKIE should be the return value from that function."
(
remq
remapping
face-remapping-alist
)))
(
cdr
cookie
))))))
;;;###
autoload
;;;###autoload
(
defun
face-remap-reset-base
(
face
)
"Set the base remapping of FACE to inherit from FACE's global definition."
(
let
((
entry
(
assq
face
face-remapping-alist
)))
...
...
@@ -160,7 +160,7 @@ COOKIE should be the return value from that function."
(
remq
entry
face-remapping-alist
))
(
setcar
(
last
entry
)
face
)))))
; otherwise, just inherit global def
;;;###
autoload
;;;###autoload
(
defun
face-remap-set-base
(
face
&rest
specs
)
"Set the base remapping of FACE in the current buffer to SPECS.
If SPECS is empty, the default base remapping is restored, which
...
...
@@ -377,7 +377,7 @@ including a face name, a list of face names, or a face-attribute
If INTERACTIVE is non-nil, a message will be displayed describing the result.
This is a wrapper function which calls
just
`buffer-face-set' or
This is a wrapper function which calls `buffer-face-set' or
`buffer-face-toggle' (depending on ARG), and prints a status
message in the echo area. In many cases one of those functions
may be more appropriate."
...
...
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