From: Richard M. Stallman Date: Sat, 24 Sep 1994 04:14:20 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~6794 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6818db902861998d1e3b9fbc1123759a3b0267b;p=emacs.git Comment change. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 707ec7d034f..107ef434ae8 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -33,7 +33,7 @@ ;; With argments to perl: ;; #!/usr/bin/perl -P- # -*-Perl-*- ;; To handle files included with do 'filename.pl';, add something like -;; (setq auto-mode-alist (append (list (cons "\\.pl$" 'perl-mode)) +;; (setq auto-mode-alist (append (list (cons "\\.pl\\'" 'perl-mode)) ;; auto-mode-alist)) ;; to your .emacs file; otherwise the .pl suffix defaults to prolog-mode.