Remove \= from format string (bug#18190)
* lisp/emacs-lisp/eieio.el (defclass): Remove \= from format string.
This commit is contained in:
@@ -235,7 +235,7 @@ This method is obsolete."
|
||||
(let ((f (intern (format "%s-child-p" name))))
|
||||
`((defalias ',f ',testsym2)
|
||||
(make-obsolete
|
||||
',f ,(format "use (cl-typep ... \\='%s) instead" name)
|
||||
',f ,(format "use (cl-typep ... '%s) instead" name)
|
||||
"25.1"))))
|
||||
|
||||
;; When using typep, (typep OBJ 'myclass) returns t for objects which
|
||||
|
||||
Reference in New Issue
Block a user