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

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.