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:
parent
ebbc29c72f
commit
c6818db902
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user