1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1994-09-24 04:14:20 +00:00
parent ebbc29c72f
commit c6818db902

View 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.