summaryrefslogtreecommitdiff
path: root/lisp/with-editor.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-01 12:51:14 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-01 12:51:14 +0100
commita3168bd191cf6a80c3f7a781ba6be672637559f6 (patch)
treeadf6011b0f38697ba71a044cfd537d9f43873bb1 /lisp/with-editor.el
parent2e1ff1743929180ae8b9b28dd2b31a3f5cd7217f (diff)
Order local variables
Diffstat (limited to 'lisp/with-editor.el')
-rw-r--r--lisp/with-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 0f066db..de021df 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -991,7 +991,7 @@ See info node `(with-editor)Debugging' for instructions."
(provide 'with-editor)
;; Local Variables:
-;; indent-tabs-mode: nil
;; byte-compile-warnings: (not docstrings-control-chars)
+;; indent-tabs-mode: nil
;; End:
;;; with-editor.el ends here