This commit was generated by cvs2svn to compensate for changes in r5086,
[chise/xemacs-chise.git.1] / lisp / etags.el
index c3245d7..56fc478 100644 (file)
@@ -408,7 +408,7 @@ File name returned is relative to tag table file's directory."
 (defun buffer-tag-table-files ()
   "Returns a list of all files referenced by all TAGS tables that 
 this buffer uses."
-  (apply #'nconc
+  (apply #'append
         (mapcar #'tag-table-files (buffer-tag-table-list))))
 
 \f
@@ -505,6 +505,7 @@ this buffer uses."
                            ((string-match "\\.scm\\'" filename)
                             'scheme-mode)
                            (t nil)))
+      (defvar c-mode-syntax-table)
       (set-syntax-table (cond ((and (eq file-type 'c-mode)
                                    c-mode-syntax-table)
                               c-mode-syntax-table)