diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 12:51:14 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 12:51:14 +0100 |
| commit | a3168bd191cf6a80c3f7a781ba6be672637559f6 (patch) | |
| tree | adf6011b0f38697ba71a044cfd537d9f43873bb1 | |
| parent | 2e1ff1743929180ae8b9b28dd2b31a3f5cd7217f (diff) | |
Order local variables
| -rw-r--r-- | lisp/with-editor.el | 2 |
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 |
