changeset 57794:2f9fe20953a6

(variable-at-point): read -> intern.
author Juri Linkov <juri@jurta.org>
date Sat, 30 Oct 2004 01:06:58 +0000
parents ad073c2f3180
children 9af430d690ed
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-fns.el	Fri Oct 29 23:34:58 2004 +0000
+++ b/lisp/help-fns.el	Sat Oct 30 01:06:58 2004 +0000
@@ -473,7 +473,7 @@
 		(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))