branch: externals/ampc commit 5748479314058d99430ecf7905bccd8b80c9d9ef Author: Christopher Schmidt <christop...@ch.ristopher.com> Commit: Christopher Schmidt <christop...@ch.ristopher.com>
Clean up file local variables. --- ampc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ampc.el b/ampc.el index ed2188dca7..cf44a8d683 100644 --- a/ampc.el +++ b/ampc.el @@ -1653,8 +1653,8 @@ connect to. The values default to localhost:6600." (provide 'ampc) ;; Local Variables: -;; eval: (outline-minor-mode 1); -;; outline-regexp: ";;; \\*+"; +;; eval: (outline-minor-mode 1) +;; outline-regexp: ";;; \\*+" ;; lexical-binding: t ;; fill-column: 80 ;; indent-tabs-mode: nil