Mercurial > emacs
changeset 57795:9af430d690ed
(function-called-at-point): read -> intern.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 30 Oct 2004 01:07:20 +0000 |
parents | 2f9fe20953a6 |
children | 094e5f10cb38 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sat Oct 30 01:06:58 2004 +0000 +++ b/lisp/help.el Sat Oct 30 01:07:20 2004 +0000 @@ -267,7 +267,7 @@ (and (symbolp obj) (fboundp obj) obj)))) (error nil)))) (let* ((str (find-tag-default)) - (obj (if str (read str)))) + (obj (if str (intern str)))) (and (symbolp obj) (fboundp obj) obj))))