projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbc29c
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 04:14:20 +0000
(
04:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 04:14:20 +0000
(
04:14
+0000)
lisp/progmodes/perl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/perl-mode.el
b/lisp/progmodes/perl-mode.el
index 707ec7d034fa27d7ead39ce24bc301650b7a98fe..107ef434ae8997418d234715bcc1435b35d4a6bc 100644
(file)
--- 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.