* lisp/emacs-lisp/eieio.el (defmethod): Fix quoting of code.
Fixes: debbugs:8677
This commit is contained in:
parent
3bfacb2fee
commit
31d55be985
2 changed files with 5 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ Summary:
|
|||
(defgeneric ,method ,args
|
||||
,(or (documentation code)
|
||||
(format "Generically created method `%s'." method)))
|
||||
(eieio--defmethod ',method ',key ',class ',code))))
|
||||
(eieio--defmethod ',method ',key ',class #',code))))
|
||||
|
||||
(defun eieio--defmethod (method kind argclass code)
|
||||
"Work part of the `defmethod' macro defining METHOD with ARGS."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue