From: Mark Oteiza Date: Tue, 16 Feb 2016 16:48:46 +0000 (-0500) Subject: * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode. X-Git-Tag: emacs-25.0.92~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b96baa8c92fcc10959ac9f76c8451820555e6a25;p=emacs.git * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode. --- 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)))