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

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

bug#23994: 25.1.50; cl-defmethod with qualifier indented incorrectly


From: Eric Abrahamsen
Subject: bug#23994: 25.1.50; cl-defmethod with qualifier indented incorrectly
Date: Fri, 15 Jul 2016 08:55:03 -0700
User-agent: Notmuch/0.22 (https://notmuchmail.org) Emacs/25.1.50.33 (i686-pc-linux-gnu)

cl-defmethod forms with a qualifier are indented incorrectly, ie:

(cl-defmethod base ((str string))
  "This one's okay"
  (message str))

(cl-defmethod base :extra "ext" ((str string))
              "This one isn't"
              (message "extra method")
              (cl-call-next-method))

The incorrect indentation happens both for "single tag" qualifiers (ie
:before), and the tag-plus-string :extra qualifier.





reply via email to

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