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
Open sidebar
emacs
emacs
Commits
73fe714a
Commit
73fe714a
authored
Oct 06, 2009
by
Glenn Morris
Browse files
(define-obsolete-face-alias): Doc fix.
parent
3405d98c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+2
-2
No files found.
lisp/ChangeLog
View file @
73fe714a
2009-10-06 Glenn Morris <rgm@gnu.org>
* emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
* emacs-lisp/autoload.el (autoload-excludes): New variable.
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,
...
...
lisp/emacs-lisp/byte-run.el
View file @
73fe714a
...
...
@@ -210,8 +210,8 @@ Info node `(elisp)Variable Aliases' for more details."
;; It only really affects M-x describe-face output.
(
defmacro
define-obsolete-face-alias
(
obsolete-face
current-face
when
)
"Make OBSOLETE-FACE a face alias for CURRENT-FACE and mark it obsolete.
The
optional
string WHEN gives the Emacs version where OBSOLETE-FACE
became
obsolete."
The string WHEN gives the Emacs version where OBSOLETE-FACE
became
obsolete."
`
(
progn
(
put
,
obsolete-face
'face-alias
,
current-face
)
;; Used by M-x describe-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