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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:02:41 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.34.4.4 emacs/lisp/help-fns.el:1.34.4.5
*** emacs/lisp/help-fns.el:1.34.4.4     Thu Oct 14 08:50:01 2004
--- emacs/lisp/help-fns.el      Thu Nov  4 08:55:36 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]