mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(cperl-mode): Use mode-require-final-newline.
This commit is contained in:
parent
10902d694d
commit
7d441781a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1462,7 +1462,7 @@ or as help on variables `cperl-tips', `cperl-problems',
|
|||
(make-local-variable 'indent-line-function)
|
||||
(setq indent-line-function 'cperl-indent-line)
|
||||
(make-local-variable 'require-final-newline)
|
||||
(setq require-final-newline t)
|
||||
(setq require-final-newline mode-require-final-newline)
|
||||
(make-local-variable 'comment-start)
|
||||
(setq comment-start "# ")
|
||||
(make-local-variable 'comment-end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue