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

[xyzzy:04765] [PATCH] make-tags-file should ignore directories



なかだです。

  hoge.h とかいうディレクトリがあったりすると make-tags-file が
エラーになります。

# そんなディレクトリ作る方もどうかしてると思うんですが、平気で
# #include "hoge.c" とかするくらいのとこなので。


--- maketags.l~	Wed Nov 17 00:55:23 1999
+++ maketags.l	Thu Jul 20 22:57:53 2000
@@ -26,6 +26,7 @@
 						    :absolute t
 						    :depth depth
 						    :recursive (numberp depth)
+						    :file-only t
 						    :wild (cdr l))
 					 #'string<)))))
       (save-excursion


-- 
--- 僕の前にBugはない。
--- 僕の後にBugはできる。
    中田 伸悦

Index Home