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


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

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.9.2.16 emacs/lisp/help-fns.el:1.9.2.17
*** emacs/lisp/help-fns.el:1.9.2.16     Mon Oct 25 04:19:40 2004
--- emacs/lisp/help-fns.el      Thu Nov  4 13:12:40 2004
***************
*** 499,505 ****
                (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))
  
--- 499,505 ----
                (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]