From 3078f066a2de5000630f1ba02a095b96081d0b58 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 22 Jun 1999 22:43:36 +0000 Subject: [PATCH] (auto-mode-alist): Add pike-mode. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2