diff lisp/info-xref.el @ 112285:db24da5a1cc0

* lisp/info-xref.el (info-xref-docstrings): Also skip directories.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 18:34:57 -0800
parents bcf4b132f3d5
children
line wrap: on
line diff
--- a/lisp/info-xref.el	Sat Jan 15 18:21:30 2011 -0800
+++ b/lisp/info-xref.el	Sat Jan 15 18:34:57 2011 -0800
@@ -493,6 +493,7 @@
      (setq filename-list
            (dolist (file filename-list (nreverse newlist))
              (or (info-xref-lock-file-p file)
+                 (file-directory-p file)
                  (push file newlist))))
      (unless filename-list
        (error "No files: %S" pattern))