emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 b96baa8: * lisp/calc/calc-units.el (math-build-un


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-25 b96baa8: * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.
Date: Tue, 16 Feb 2016 16:50:17 +0000

branch: emacs-25
commit b96baa8c92fcc10959ac9f76c8451820555e6a25
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.
---
 lisp/calc/calc-units.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el
index 0c89208..5959960 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]