emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102868: * lisp/info-xref.el (info-xr


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102868: * lisp/info-xref.el (info-xref-docstrings): Also skip directories.
Date: Sat, 15 Jan 2011 18:34:57 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102868
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-01-15 18:34:57 -0800
message:
  * lisp/info-xref.el (info-xref-docstrings): Also skip directories.
modified:
  lisp/ChangeLog
  lisp/info-xref.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-16 02:01:34 +0000
+++ b/lisp/ChangeLog    2011-01-16 02:34:57 +0000
@@ -1,6 +1,7 @@
 2011-01-16  Glenn Morris  <address@hidden>
 
        * info-xref.el (info-xref-docstrings): Replace cl function.
+       Also skip directories.
 
 2011-01-16  Kevin Ryde  <address@hidden>
 

=== modified file 'lisp/info-xref.el'
--- a/lisp/info-xref.el 2011-01-16 02:01:34 +0000
+++ b/lisp/info-xref.el 2011-01-16 02:34:57 +0000
@@ -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))


reply via email to

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