all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22524: 25.0.90; defface indentation regression
@ 2016-02-01 18:04 Leo Liu
  2016-02-02 18:17 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Liu @ 2016-02-01 18:04 UTC (permalink / raw)
  To: 22524


My perfectly fine code:

(defface great-highlight '((t (:inherit highlight)))
  "Face used to highlight variables."
  :group 'greatness)

now indents like this:

(defface great-highlight '((t (:inherit highlight)))
         "Face used to highlight variables."
         :group 'greatness)

Leo





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22524: 25.0.90; defface indentation regression
  2016-02-01 18:04 bug#22524: 25.0.90; defface indentation regression Leo Liu
@ 2016-02-02 18:17 ` Glenn Morris
  2016-02-05  1:54   ` Leo Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2016-02-02 18:17 UTC (permalink / raw)
  To: Leo Liu; +Cc: 22524, ohwoeowho


commit 58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93
Author: Oleh Krehel <ohwoeowho@gmail.com>
Date:   Wed Jan 28 10:07:54 2015 +0100

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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22524: 25.0.90; defface indentation regression
  2016-02-02 18:17 ` Glenn Morris
@ 2016-02-05  1:54   ` Leo Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Liu @ 2016-02-05  1:54 UTC (permalink / raw)
  To: 22524-done; +Cc: ohwoeowho

On 2016-02-02 13:17 -0500, Glenn Morris wrote:
> commit 58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93
> Author: Oleh Krehel <ohwoeowho@gmail.com>
> Date:   Wed Jan 28 10:07:54 2015 +0100
>
> lisp/custom.el (defface): Set indent to 1.

I have fixed it.

Leo





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-05  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 18:04 bug#22524: 25.0.90; defface indentation regression Leo Liu
2016-02-02 18:17 ` Glenn Morris
2016-02-05  1:54   ` Leo Liu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.