]> git.eshelyaron.com Git - emacs.git/commit
Evaluate eql specializers
authorakater <nuclearspace@gmail.com>
Tue, 20 Jul 2021 01:25:01 +0000 (01:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Aug 2021 22:26:15 +0000 (18:26 -0400)
commit6535fd1fa9ac21238a168916249ac59677a6118e
tree578c03c4b8eeadc5d7ee164c325c5b6f6e523eb3
parent88577aed3a17109bb7b13871f185133641c25e73
Evaluate eql specializers

* lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Evaluate
forms that are eql specializers.  Provide backward compatibility
with a warning.

* test/lisp/emacs-lisp/cl-generic-tests.el: Add a test.
* lisp/emacs-lisp/bindat.el (bindat--type): Adhere to the new rule.
* lisp/emacs-lisp/edebug.el (edebug--match-&-spec-op): Adhere to the new rule.
* lisp/emacs-lisp/map.el (map-into): Adhere to the new rule.
* lisp/emacs-lisp/radix-tree.el (map-into): Adhere to the new rule.
* lisp/frame.el (cl-generic-define-context-rewriter): Adhere to the new rule.
* lisp/gnus/gnus-search.el
(gnus-search-transform-expression): Adhere to the new rule.
* lisp/image/image-converter.el
(image-converter--probe image-converter--convert): Adhere to the new rule.
* lisp/mail/smtpmail.el (smtpmail-try-auth-method): Adhere to the new rule.
* lisp/progmodes/elisp-mode.el
(xref-backend-definitions)
(xref-backend-apropos): Adhere to the new rule.
* lisp/progmodes/etags.el (xref-backend-identifier-at-point)
(xref-backend-identifier-completion-table)
(xref-backend-identifier-completion-ignore-case)
(xref-backend-definitions)(xref-backend-apropos): Adhere to the new rule.
* test/lisp/emacs-lisp/checkdoc-tests.el
(checkdoc-cl-defmethod-with-types-ok)
(checkdoc-cl-defmethod-qualified-ok)
(checkdoc-cl-defmethod-with-extra-qualifier-ok): Adhere to the new rule.

* etc/NEWS: Describe the change.
14 files changed:
etc/NEWS
lisp/emacs-lisp/bindat.el
lisp/emacs-lisp/cl-generic.el
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/map.el
lisp/emacs-lisp/radix-tree.el
lisp/frame.el
lisp/gnus/gnus-search.el
lisp/image/image-converter.el
lisp/mail/smtpmail.el
lisp/progmodes/elisp-mode.el
lisp/progmodes/etags.el
test/lisp/emacs-lisp/checkdoc-tests.el
test/lisp/emacs-lisp/cl-generic-tests.el