mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Comment change.
This commit is contained in:
parent
ebbc29c72f
commit
c6818db902
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue