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

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

[nongnu] elpa/page-break-lines 077aba9ced 20/80: Set checkdoc-minor-mode


From: ELPA Syncer
Subject: [nongnu] elpa/page-break-lines 077aba9ced 20/80: Set checkdoc-minor-mode locally using var, not exec
Date: Tue, 5 Sep 2023 04:03:04 -0400 (EDT)

branch: elpa/page-break-lines
commit 077aba9cedbbade857a31994b57d467513976d3f
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Set checkdoc-minor-mode locally using var, not exec
---
 page-break-lines.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/page-break-lines.el b/page-break-lines.el
index 4032092614..9510e2cc47 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -151,7 +151,7 @@ When `major-mode' is listed in `page-break-lines-modes', 
then
 ;; Local Variables:
 ;; coding: utf-8
 ;; byte-compile-warnings: (not cl-functions)
-;; eval: (checkdoc-minor-mode 1)
+;; checkdoc-minor-mode: t
 ;; End:
 
 ;;; page-break-lines.el ends here



reply via email to

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