branch: elpa/with-editor
commit a3168bd191cf6a80c3f7a781ba6be672637559f6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Order local variables
---
 lisp/with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 0f066dbed5b..de021dfde72 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

Reply via email to