bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22524: 25.0.90; defface indentation regression


From: Leo Liu
Subject: bug#22524: 25.0.90; defface indentation regression
Date: Tue, 02 Feb 2016 02:04:54 +0800

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]