make emacs generate headers for .cxx files

This commit is contained in:
Cary Sandvig 2000-10-30 19:41:57 +00:00
parent 2bf0a7c7b6
commit 249969377b

View File

@ -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))