(variable-at-point): read -> intern.
This commit is contained in:
parent
707994d262
commit
95da5522bb
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ Return 0 if there is no such symbol."
|
|||
(and (symbolp obj) (boundp obj) obj))))
|
||||
(error nil))
|
||||
(let* ((str (find-tag-default))
|
||||
(obj (if str (read str))))
|
||||
(obj (if str (intern str))))
|
||||
(and (symbolp obj) (boundp obj) obj))
|
||||
0))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue