* eat.el (eat--trace-exec): Use "-*- mode: MD -*-"

This commit is contained in:
Akib Azmain Turja 2022-11-29 00:18:28 +06:00
parent 0e82988d6f
commit dc99739fb8
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -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))))))