projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a09341
)
; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote.
author
Noam Postavsky
<npostavs@gmail.com>
Fri, 2 Mar 2018 03:04:57 +0000
(22:04 -0500)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 2 Mar 2018 03:08:42 +0000
(22:08 -0500)
lisp/emacs-lisp/eieio.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio.el
b/lisp/emacs-lisp/eieio.el
index de08e37286bfa16f51879482a11934c6b73e516c..1e1419f6eb77f26821321964d75c2a557537c0d4 100644
(file)
--- 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