]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add pike-mode.
authorKarl Heuer <kwzh@gnu.org>
Tue, 22 Jun 1999 22:43:36 +0000 (22:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 22 Jun 1999 22:43:36 +0000 (22:43 +0000)
lisp/files.el

index 6ea09721367d24f34bd75197ec39c9487170e90a..ed5d1ff68047746f3748f1ce9c62ddffc017c904 100644 (file)
@@ -1287,6 +1287,7 @@ in that case, this function acts as if `enable-local-variables' were t."
     ("\\.me\\'" . nroff-mode)
     ("\\.ms\\'" . nroff-mode)
     ("\\.man\\'" . nroff-mode)
+    ("\\.\\(u?lpc\\|pike\\|pmod\\)\\'" . pike-mode)
 ;;; The following should come after the ChangeLog pattern
 ;;; for the sake of ChangeLog.1, etc.
 ;;; and after the .scm.[0-9] pattern too.