branch: externals/transient
commit 915e890373ee7807989d1bbbdd1f6f8e62793f2c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Order local variables
---
lisp/transient.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index 1edf9b534b..e90eb651c0 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -5481,6 +5481,8 @@ as stand-in for elements of exhausted lists."
;;; _
(provide 'transient)
;; Local Variables:
+;; checkdoc-symbol-words: ("command-line" "edit-mode" "help-mode")
+;; indent-tabs-mode: nil
;; read-symbol-shorthands: (
;; ("and$" . "cond-let--and$")
;; ("and-let" . "cond-let--and-let")
@@ -5488,7 +5490,5 @@ as stand-in for elements of exhausted lists."
;; ("when$" . "cond-let--when$")
;; ("when-let" . "cond-let--when-let")
;; ("while-let" . "cond-let--while-let"))
-;; indent-tabs-mode: nil
-;; checkdoc-symbol-words: ("command-line" "edit-mode" "help-mode")
;; End:
;;; transient.el ends here