emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode 2682662c96 118/199: Use mode-* to set var requir


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 2682662c96 118/199: Use mode-* to set var require-final-newline
Date: Sun, 3 Sep 2023 06:59:39 -0400 (EDT)

branch: elpa/adoc-mode
commit 2682662c96b784bf6355b33ee94c6d9c05031c5c
Author: Luke San Antonio <lukesanantonio@gmail.com>
Commit: Luke San Antonio <lukesanantonio@gmail.com>

    Use mode-* to set var require-final-newline
---
 adoc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 87e9650664..ba160e349f 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -3016,7 +3016,7 @@ Turning on Adoc mode runs the normal hook 
`adoc-mode-hook'."
   
   ;; misc
   (set (make-local-variable 'page-delimiter) "^<<<+$")
-  (set (make-local-variable 'require-final-newline) t)
+  (set (make-local-variable 'require-final-newline) mode-require-final-newline)
   (set (make-local-variable 'parse-sexp-lookup-properties) t)
   
   ;; it's the user's decision whether he wants to set imenu-sort-function to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]