From b96baa8c92fcc10959ac9f76c8451820555e6a25 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Tue, 16 Feb 2016 11:48:46 -0500 Subject: [PATCH] * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode. --- lisp/calc/calc-units.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 0c8920848fc..59599608d6a 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -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" "To avoid conflicts, the unit names for pint and parsec will\n" "be `pint' and `parsec' instead of `pt' and `pc'.")))) - (view-mode) + (special-mode) (message "Formatting units table...done")) (setq math-units-table-buffer-valid t) (let ((oldbuf (current-buffer))) -- 2.39.5