/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.767 by teirllm, Thu May 12 23:09:33 2005 UTC revision 1.768 by pfeiffer, Fri May 13 07:56:28 2005 UTC
# Line 1762  in that case, this function acts as if ` Line 1762  in that case, this function acts as if `
1762       ("\\.ad[abs]\\'" . ada-mode)       ("\\.ad[abs]\\'" . ada-mode)
1763       ("\\.ad[bs].dg\\'" . ada-mode)       ("\\.ad[bs].dg\\'" . ada-mode)
1764       ("\\.\\([pP]\\([Llm]\\|erl\\|od\\)\\|al\\)\\'" . perl-mode)       ("\\.\\([pP]\\([Llm]\\|erl\\|od\\)\\|al\\)\\'" . perl-mode)
1765       ("\\.mk\\'" . makefile-mode)       ("\\.mk\\'" . makefile-gmake-mode) ; Might be any make, give Gnu the host advantage
1766       ("\\([Mm]\\|GNUm\\)akep*file\\'" . makefile-mode)       ("[Mm]akefile\\'" . makefile-mode)
1767       ("\\.am\\'" . makefile-mode)       ;For Automake.       ("GNUmakefile\\'" . makefile-gmake-mode)
1768         ("Makeppfile\\'" . makefile-makepp-mode)
1769         ("\\.am\\'" . makefile-automake-mode)
1770       ;; Less common extensions come here       ;; Less common extensions come here
1771       ;; so more common ones above are found faster.       ;; so more common ones above are found faster.
1772       ("\\.texinfo\\'" . texinfo-mode)       ("\\.texinfo\\'" . texinfo-mode)
# Line 1936  and `magic-mode-alist', which determines Line 1938  and `magic-mode-alist', which determines
1938       ("more" . text-mode)       ("more" . text-mode)
1939       ("less" . text-mode)       ("less" . text-mode)
1940       ("pg" . text-mode)       ("pg" . text-mode)
1941       ("make" . makefile-mode)           ; Debian uses this       ("make" . makefile-gmake-mode)             ; Debian uses this
1942       ("guile" . scheme-mode)       ("guile" . scheme-mode)
1943       ("clisp" . lisp-mode)))       ("clisp" . lisp-mode)))
1944    "Alist mapping interpreter names to major modes.    "Alist mapping interpreter names to major modes.

Legend:
Removed from v.1.767  
changed lines
  Added in v.1.768

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26