]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 04:14:20 +0000 (04:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 04:14:20 +0000 (04:14 +0000)
lisp/progmodes/perl-mode.el

index 707ec7d034fa27d7ead39ce24bc301650b7a98fe..107ef434ae8997418d234715bcc1435b35d4a6bc 100644 (file)
@@ -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.