emacs, dot-emacs: Support debian-changelog-mode after fast startup.
[profile] / hyperspec
index 912a83b..9f902fe 100755 (executable)
--- a/hyperspec
+++ b/hyperspec
@@ -90,7 +90,7 @@
             (obarray (cadr lookup))
             (format (car (cddr lookup)))
             (symbol (intern-soft name obarray)))
-       (when (and symbol (boundp symbol))
+       (when (and symbol (boundp symbol))
          (setq urls (nconc urls
                            (funcall format (symbol-value symbol)))))))
     urls))