* lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.

This commit is contained in:
Mark Oteiza 2016-02-16 11:48:46 -05:00
parent 5f91cf95b0
commit b96baa8c92

View file

@ -1628,7 +1628,7 @@ If COMP or STD is non-nil, put that in the units table instead."
"TeX point will be `pt' instead of `texpt', for example.\n" "TeX point will be `pt' instead of `texpt', for example.\n"
"To avoid conflicts, the unit names for pint and parsec will\n" "To avoid conflicts, the unit names for pint and parsec will\n"
"be `pint' and `parsec' instead of `pt' and `pc'.")))) "be `pint' and `parsec' instead of `pt' and `pc'."))))
(view-mode) (special-mode)
(message "Formatting units table...done")) (message "Formatting units table...done"))
(setq math-units-table-buffer-valid t) (setq math-units-table-buffer-valid t)
(let ((oldbuf (current-buffer))) (let ((oldbuf (current-buffer)))