From: Richard M. Stallman Date: Tue, 12 Sep 1995 21:37:08 +0000 (+0000) Subject: (auto-mode-alist): .pl is now Perl. X-Git-Tag: emacs-19.34~2828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d23e6f972b5dc42dd678b703fc238d46db4d9ac6;p=emacs.git (auto-mode-alist): .pl is now Perl. --- diff --git a/lisp/files.el b/lisp/files.el index 10d206711fd..f1a4509a32d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -875,7 +875,7 @@ run `normal-mode' explicitly." ("\\.mss\\'" . scribe-mode) ("\\.ad[abs]\\'" . ada-mode) ("\\.icn\\'" . icon-mode) - ("\\.pl\\'" . prolog-mode) + ("\\.pl\\'" . perl-mode) ("\\.cc\\'" . c++-mode) ("\\.hh\\'" . c++-mode) ("\\.C\\'" . c++-mode)