emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ffap.el
Date: Fri, 08 Feb 2002 14:00:08 -0500

Index: emacs/lisp/ffap.el
diff -c emacs/lisp/ffap.el:1.29 emacs/lisp/ffap.el:1.30
*** emacs/lisp/ffap.el:1.29     Sun Jun 17 06:43:19 2001
--- emacs/lisp/ffap.el  Thu Feb  7 12:49:37 2002
***************
*** 549,555 ****
           (progn
             ;; errs: htb symbol may be unbound, or not a hash-table.
             ;; gnus-gethash is just a macro for intern-soft.
!            (and (intern-soft string (symbol-value htb))
                  (setq ret string htbs nil))
             ;; If we made it this far, gnus is running, so ignore "heads":
             (setq heads nil))
--- 549,556 ----
           (progn
             ;; errs: htb symbol may be unbound, or not a hash-table.
             ;; gnus-gethash is just a macro for intern-soft.
!            (and (symbol-value htb)
!                 (intern-soft string (symbol-value htb))
                  (setq ret string htbs nil))
             ;; If we made it this far, gnus is running, so ignore "heads":
             (setq heads nil))



reply via email to

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