emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cc8ae51 2/2: ; lisp/emacs-lisp/eieio.el (eieio-obje


From: Noam Postavsky
Subject: [Emacs-diffs] master cc8ae51 2/2: ; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote.
Date: Thu, 1 Mar 2018 22:14:22 -0500 (EST)

branch: master
commit cc8ae51e6f62f86d07c82c6ab7ce162150fae448
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote.
---
 lisp/emacs-lisp/eieio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el
index de08e37..1e1419f 100644
--- a/lisp/emacs-lisp/eieio.el
+++ b/lisp/emacs-lisp/eieio.el
@@ -403,7 +403,7 @@ If EXTRA, include that in the string returned to represent 
the symbol."
 
 (cl-defgeneric eieio-object-set-name-string (obj name)
   "Set the string which is OBJ's NAME."
-  (declare (obsolete "inherit from `eieio-named' and use (setf (slot-value OBJ 
'object-name) NAME) instead" "25.1"))
+  (declare (obsolete "inherit from `eieio-named' and use (setf (slot-value OBJ 
\\='object-name) NAME) instead" "25.1"))
   (cl-check-type name string)
   (setf (gethash obj eieio--object-names) name))
 (define-obsolete-function-alias



reply via email to

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