branch: elpa/eat commit dc99739fb87d912dfa279c1fb325f9075f0fee63 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
* eat.el (eat--trace-exec): Use "-*- mode: MD -*-" --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eat.el b/eat.el index 00928ff16d..c2aaf33ef8 100644 --- a/eat.el +++ b/eat.el @@ -6481,7 +6481,7 @@ FN, `eat-exec', which see." (push (cons var (symbol-value var)) variables))) (with-current-buffer buf (lisp-data-mode) - (insert ";; -*- lisp-data -*-\n") + (insert ";; -*- mode: lisp-data -*-\n") (eat--trace-log time 'create 'eat width height variables))))))