]> code.delx.au - gnu-emacs/commitdiff
Remove \= from format string (bug#18190)
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 30 Apr 2016 10:16:55 +0000 (12:16 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 30 Apr 2016 10:19:15 +0000 (12:19 +0200)
* lisp/emacs-lisp/eieio.el (defclass): Remove \= from format
string.

lisp/emacs-lisp/eieio.el

index 772ebd900de2e24e9d2b0959f5e67340b956eedf..51a6f7bc206761bcfbfccf22347691b83df52bd1 100644 (file)
@@ -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