From: Karl Heuer Date: Tue, 22 Jun 1999 22:43:36 +0000 (+0000) Subject: (auto-mode-alist): Add pike-mode. X-Git-Tag: emacs-20.4~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3078f066a2de5000630f1ba02a095b96081d0b58;p=emacs.git (auto-mode-alist): Add pike-mode. --- diff --git a/lisp/files.el b/lisp/files.el index 6ea09721367..ed5d1ff6804 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.