1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/info-xref.el (info-xref-docstrings): Also skip directories.

This commit is contained in:
Glenn Morris 2011-01-15 18:34:57 -08:00
parent e9bffc61f2
commit e5c7913c2d
2 changed files with 2 additions and 0 deletions

View file

@ -493,6 +493,7 @@ the sources handy."
(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))