summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorOleh Krehel <ohwoeowho@gmail.com>2015-01-28 10:07:54 +0100
committerOleh Krehel <ohwoeowho@gmail.com>2015-01-30 17:35:51 +0100
commit58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93 (patch)
tree0da54a062a57dda10ef40d353c94371f32c34e0b /lisp/custom.el
parentb1e3d14845517bfa9fa5d6d3840f3ab3160306fd (diff)
downloademacs-58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93.tar.gz
lisp/custom.el (defface): Set indent to 1.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 779e585c04f..e5fe0ebaedd 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -411,7 +411,8 @@ 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))
+ (declare (doc-string 3)
+ (indent 1))
;; 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.