summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-units.el
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-02-16 11:48:46 -0500
committerMark Oteiza <mvoteiza@udel.edu>2016-02-16 11:50:14 -0500
commitb96baa8c92fcc10959ac9f76c8451820555e6a25 (patch)
tree26f99b61fb2c80369742c1ae775ba64ee0afc27a /lisp/calc/calc-units.el
parent5f91cf95b0cc21b6950db0d8dac6320dc52eb8d4 (diff)
downloademacs-b96baa8c92fcc10959ac9f76c8451820555e6a25.tar.gz
* lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.
Diffstat (limited to 'lisp/calc/calc-units.el')
-rw-r--r--lisp/calc/calc-units.el2
1 files changed, 1 insertions, 1 deletions
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)))