lisp/custom.el (defface): Set indent to 1.

This commit is contained in:
Oleh Krehel 2015-01-28 10:07:54 +01:00
parent b1e3d14845
commit 58aa0dad36
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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.