1
Fork 0
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:
Richard M. Stallman 2004-12-31 14:53:01 +00:00
parent 10902d694d
commit 7d441781a7

View file

@ -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)