From: Richard M. Stallman Date: Fri, 28 Jun 1996 08:21:49 +0000 (+0000) Subject: (auto-mode-alist): Treat .pm like .pl. X-Git-Tag: emacs-19.34~317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=353941298b08e01821395917acecf7bfa1caab71;p=emacs.git (auto-mode-alist): Treat .pm like .pl. --- diff --git a/lisp/files.el b/lisp/files.el index 44b637f9ff1..089a553ce58 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -939,6 +939,7 @@ run `normal-mode' explicitly." ("\\.ad[abs]\\'" . ada-mode) ("\\.icn\\'" . icon-mode) ("\\.pl\\'" . perl-mode) + ("\\.pm\\'" . perl-mode) ("\\.cc\\'" . c++-mode) ("\\.hh\\'" . c++-mode) ("\\.C\\'" . c++-mode)