* lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.
This commit is contained in:
parent
5f91cf95b0
commit
b96baa8c92
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue