[xyzzy:04765] [PATCH] make-tags-file should ignore directories
- Subject: [xyzzy:04765] [PATCH] make-tags-file should ignore directories
- From: nobu.nokada@xxxxxxxxxxxx
なかだです。
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はできる。
中田 伸悦