emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 05 Jul 2003 16:01:08 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.663 emacs/lisp/files.el:1.664
*** emacs/lisp/files.el:1.663   Mon Jun 16 17:24:07 2003
--- emacs/lisp/files.el Sat Jul  5 16:01:07 2003
***************
*** 1592,1599 ****
     (lambda (elt)
       (cons (purecopy (car elt)) (cdr elt)))
     '(("\\.te?xt\\'" . text-mode)
-      ("\\.c\\'" . c-mode)
-      ("\\.h\\'" . c-mode)
       ("\\.tex\\'" . tex-mode)
       ("\\.ins\\'" . tex-mode)         ;Installation files for TeX packages.
       ("\\.ltx\\'" . latex-mode)
--- 1592,1597 ----
***************
*** 1611,1628 ****
       ("\\.ad[bs].dg\\'" . ada-mode)
       ("\\.\\([pP]\\([Llm]\\|erl\\)\\|al\\)\\'" . perl-mode)
       ("\\.s?html?\\'" . html-mode)
-      ("\\.cc\\'" . c++-mode)
-      ("\\.hh\\'" . c++-mode)
-      ("\\.hpp\\'" . c++-mode)
-      ("\\.C\\'" . c++-mode)
-      ("\\.H\\'" . c++-mode)
-      ("\\.cpp\\'" . c++-mode)
-      ("\\.cxx\\'" . c++-mode)
-      ("\\.hxx\\'" . c++-mode)
-      ("\\.c\\+\\+\\'" . c++-mode)
-      ("\\.h\\+\\+\\'" . c++-mode)
-      ("\\.m\\'" . objc-mode)
-      ("\\.java\\'" . java-mode)
       ("\\.mk\\'" . makefile-mode)
       ("\\(M\\|m\\|GNUm\\)akefile\\'" . makefile-mode)
       ("\\.am\\'" . makefile-mode)     ;For Automake.
--- 1609,1614 ----
***************
*** 1652,1658 ****
       ("\\.me\\'" . nroff-mode)
       ("\\.ms\\'" . nroff-mode)
       ("\\.man\\'" . nroff-mode)
-      ("\\.\\(u?lpc\\|pike\\|pmod\\)\\'" . pike-mode)
       ("\\.TeX\\'" . tex-mode)
       ("\\.sty\\'" . latex-mode)
       ("\\.cls\\'" . latex-mode)               ;LaTeX 2e class
--- 1638,1643 ----
***************
*** 1679,1685 ****
       ("\\.indent\\.pro\\'" . fundamental-mode) ; to avoid idlwave-mode
       ("\\.pro\\'" . idlwave-mode)
       ("\\.lsp\\'" . lisp-mode)
-      ("\\.awk\\'" . awk-mode)
       ("\\.prolog\\'" . prolog-mode)
       ("\\.tar\\'" . tar-mode)
       ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|ear\\|jar\\|war\\)\\'" . archive-mode)
--- 1664,1669 ----
***************
*** 1693,1707 ****
       ("\\.zone\\'" . zone-mode)
       ;; some news reader is reported to use this
       ("\\`/tmp/fol/" . text-mode)
-      ("\\.y\\'" . c-mode)
-      ("\\.lex\\'" . c-mode)
       ("\\.oak\\'" . scheme-mode)
       ("\\.sgml?\\'" . sgml-mode)
       ("\\.xml\\'" . sgml-mode)
       ("\\.xsl\\'" . sgml-mode)
       ("\\.dtd\\'" . sgml-mode)
       ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
-      ("\\.idl\\'" . idl-mode)
       ;; .emacs or .gnus or .viper following a directory delimiter in
       ;; Unix, MSDOG or VMS syntax.
       ("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode)
--- 1677,1688 ----
***************
*** 1755,1764 ****
       ("wishx" . tcl-mode)
       ("tcl" . tcl-mode)
       ("tclsh" . tcl-mode)
-      ("awk" . awk-mode)
-      ("mawk" . awk-mode)
-      ("nawk" . awk-mode)
-      ("gawk" . awk-mode)
       ("scm" . scheme-mode)
       ("ash" . sh-mode)
       ("bash" . sh-mode)
--- 1736,1741 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]