Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f63c7cb
Commit
6f63c7cb
authored
May 26, 2017
by
Noam Postavsky
Browse files
* lisp/emacs-lisp/eieio.el (defclass): Fix quote in warning message.
parent
0d676deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/eieio.el
lisp/emacs-lisp/eieio.el
+1
-1
No files found.
lisp/emacs-lisp/eieio.el
View file @
6f63c7cb
...
@@ -235,7 +235,7 @@ This method is obsolete."
...
@@ -235,7 +235,7 @@ This method is obsolete."
(
let
((
f
(
intern
(
format
"%s-child-p"
name
))))
(
let
((
f
(
intern
(
format
"%s-child-p"
name
))))
`
((
defalias
',f
',testsym2
)
`
((
defalias
',f
',testsym2
)
(
make-obsolete
(
make-obsolete
',f
,
(
format
"use (cl-typep ... '%s) instead"
name
)
',f
,
(
format
"use (cl-typep ...
\\=
'%s) instead"
name
)
"25.1"
))))
"25.1"
))))
;; When using typep, (typep OBJ 'myclass) returns t for objects which
;; When using typep, (typep OBJ 'myclass) returns t for objects which
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment