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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el [lexbind]
Date: Thu, 04 Nov 2004 08:31:30 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.250.2.10 emacs/lisp/help.el:1.250.2.11
*** emacs/lisp/help.el:1.250.2.10       Fri Oct 29 02:05:08 2004
--- emacs/lisp/help.el  Thu Nov  4 13:12:37 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]