+2002-02-07 Markus Rost <rost@math.ohio-state.edu>
+
+ * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
+
2002-02-07 Richard M. Stallman <rms@gnu.org>
* terminal.el (terminal-map): Define [menu-bar] so global def is seen.
(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))
+ (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))