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.el


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

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.270 emacs/lisp/help.el:1.271
*** emacs/lisp/help.el:1.270    Tue Oct 26 12:59:44 2004
--- emacs/lisp/help.el  Sat Oct 30 01:07:20 2004
***************
*** 267,273 ****
                      (and (symbolp obj) (fboundp obj) obj))))
              (error nil))))
        (let* ((str (find-tag-default))
!            (obj (if str (read str))))
        (and (symbolp obj) (fboundp obj) obj))))
  
  
--- 267,273 ----
                      (and (symbolp obj) (fboundp obj) obj))))
              (error nil))))
        (let* ((str (find-tag-default))
!            (obj (if str (intern str))))
        (and (symbolp obj) (fboundp obj) obj))))
  
  




reply via email to

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