+2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
+
+ * lisp/custom.el (defface): Set `indent' to 1.
+
2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
* emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
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.