diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:43:36 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:43:36 +0000 |
commit | 3078f066a2de5000630f1ba02a095b96081d0b58 (patch) | |
tree | 4fdc712f819118a1bdb19415d5de93e3f5f2e833 /lisp/files.el | |
parent | 248d750a01bfa80d4e3fb073f030745587217a87 (diff) | |
download | emacs-3078f066a2de5000630f1ba02a095b96081d0b58.tar.gz |
(auto-mode-alist): Add pike-mode.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |