changeset 9060:7364babe18d2

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 04:14:20 +0000
parents 23fe3c3fffe5
children 10b791eec6dc
files lisp/progmodes/perl-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el	Sat Sep 24 04:13:41 1994 +0000
+++ b/lisp/progmodes/perl-mode.el	Sat Sep 24 04:14:20 1994 +0000
@@ -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.