]> code.delx.au - gnu-emacs/commitdiff
lisp/custom.el (defface): Set indent to 1.
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 28 Jan 2015 09:07:54 +0000 (10:07 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 30 Jan 2015 16:35:51 +0000 (17:35 +0100)
lisp/ChangeLog
lisp/custom.el

index f285288eb305830b10ab1412c739ece1ed67a698..0c5d2fe5a8341448227b496d086baea2aa770296 100644 (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.
index 779e585c04f9d2f1cd9c21749fa0bbdf521f5a4c..e5fe0ebaedd9393c35e62333e60659a8d6aa71ce 100644 (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.