projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfece1
)
* lisp/custom.el (defface): Revert indentation change. (Bug#22524)
author
Leo Liu
<sdl.web@gmail.com>
Fri, 5 Feb 2016 01:48:17 +0000
(09:48 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Fri, 5 Feb 2016 01:48:17 +0000
(09:48 +0800)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 550ba440c0f00f354db0e299f8de0e79687419c5..f4045008ebfc7400cf5803e0702528ba1fbfb68c 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-411,8
+411,7
@@
In the ATTS property list, possible attributes are `:family',
See Info node `(elisp) Faces' in the Emacs Lisp manual for more
information."
- (declare (doc-string 3)
- (indent 1))
+ (declare (doc-string 3))
;; It is better not to use backquote in this file,
;; because that makes a bootstrapping problem
;; if you need to recompile all the Lisp files using interpreted code.