emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Fri, 29 Oct 2004 21:12:37 -0400

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.56 emacs/lisp/help-fns.el:1.57
*** emacs/lisp/help-fns.el:1.56 Wed Oct 13 18:54:21 2004
--- emacs/lisp/help-fns.el      Sat Oct 30 01:06:58 2004
***************
*** 473,479 ****
                (and (symbolp obj) (boundp obj) obj))))
        (error nil))
        (let* ((str (find-tag-default))
!            (obj (if str (read str))))
        (and (symbolp obj) (boundp obj) obj))
        0))
  
--- 473,479 ----
                (and (symbolp obj) (boundp obj) obj))))
        (error nil))
        (let* ((str (find-tag-default))
!            (obj (if str (intern str))))
        (and (symbolp obj) (boundp obj) obj))
        0))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]