* eat.el (eat--trace-exec): Use "-*- mode: MD -*-"
This commit is contained in:
parent
0e82988d6f
commit
dc99739fb8
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -6481,7 +6481,7 @@ FN, `eat-exec', which see."
|
||||||
(push (cons var (symbol-value var)) variables)))
|
(push (cons var (symbol-value var)) variables)))
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
(lisp-data-mode)
|
(lisp-data-mode)
|
||||||
(insert ";; -*- lisp-data -*-\n")
|
(insert ";; -*- mode: lisp-data -*-\n")
|
||||||
(eat--trace-log time 'create 'eat width height
|
(eat--trace-log time 'create 'eat width height
|
||||||
variables))))))
|
variables))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue