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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Thu, 13 Jun 2002 05:31:50 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.583 emacs/lisp/files.el:1.584
*** emacs/lisp/files.el:1.583   Tue Jun 11 15:25:48 2002
--- emacs/lisp/files.el Thu Jun 13 05:31:50 2002
***************
*** 1460,1467 ****
    (mapc
     (lambda (elt)
       (cons (purecopy (car elt)) (cdr elt)))
!    '(("\\.in\\'" nil t)
!      ("\\.te?xt\\'" . text-mode)
       ("\\.c\\'" . c-mode)
       ("\\.h\\'" . c-mode)
       ("\\.tex\\'" . tex-mode)
--- 1460,1466 ----
    (mapc
     (lambda (elt)
       (cons (purecopy (car elt)) (cdr elt)))
!    '(("\\.te?xt\\'" . text-mode)
       ("\\.c\\'" . c-mode)
       ("\\.h\\'" . c-mode)
       ("\\.tex\\'" . tex-mode)
***************
*** 1595,1601 ****
       ;; for the sake of ChangeLog.1, etc.
       ;; and after the .scm.[0-9] and CVS' <file>.<rev> patterns too.
       ("\\.[1-9]\\'" . nroff-mode)
!      ("\\.g\\'" . antlr-mode)))
    "Alist of filename patterns vs corresponding major mode functions.
  Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
  \(NON-NIL stands for anything that is not nil; the value does not matter.)
--- 1594,1601 ----
       ;; for the sake of ChangeLog.1, etc.
       ;; and after the .scm.[0-9] and CVS' <file>.<rev> patterns too.
       ("\\.[1-9]\\'" . nroff-mode)
!      ("\\.g\\'" . antlr-mode)
!      ("\\.in\\'" nil t)))
    "Alist of filename patterns vs corresponding major mode functions.
  Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
  \(NON-NIL stands for anything that is not nil; the value does not matter.)



reply via email to

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