]> git.eshelyaron.com Git - emacs.git/commitdiff
(cfengine-mode): Use mode-require-final-newline.
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:52:42 +0000 (14:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:52:42 +0000 (14:52 +0000)
lisp/progmodes/cfengine.el

index 16064586ee9f750b028c90bdc7251eaead30a0e8..3f6c24c85c6a1d2787ba4a0d68aca593bc604bde 100644 (file)
@@ -222,7 +222,7 @@ to the action header."
   ;; movement.
 
   (set (make-local-variable 'parens-require-spaces) nil)
-  (set (make-local-variable 'require-final-newline) t)
+  (set (make-local-variable 'require-final-newline) mode-require-final-newline)
   (set (make-local-variable 'comment-start)  "# ")
   (set (make-local-variable 'comment-start-skip)
        "\\(\\(?:^\\|[^\\\\\n]\\)\\(?:\\\\\\\\\\)*\\)#+[ \t]*")