Sfoglia il codice sorgente

make emacs generate headers for .cxx files

Cary Sandvig 25 anni fa
parent
commit
249969377b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      panda/src/configfiles/panda.emacs

+ 1 - 1
panda/src/configfiles/panda.emacs

@@ -175,7 +175,7 @@
 (defun auto-newheader ()
   "Automatically generate header for specfic file types"
 
-  (let ((inslist '("\\.c++$" "\\.c$" "\\.I$" "\\.h$" "\\.hh$" "\\.ss$" "\\.sal$" "\\.stk$"))
+  (let ((inslist '("\\.cxx$" "\\.c++$" "\\.c$" "\\.I$" "\\.h$" "\\.hh$" "\\.ss$" "\\.sal$" "\\.stk$"))
         (name (file-name-sans-versions buffer-file-name))
 	(insert-file nil))