aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-mode.el')
-rw-r--r--lisp/calc/calc-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el
index 41e341e34f..5febb343e3 100644
--- a/lisp/calc/calc-mode.el
+++ b/lisp/calc/calc-mode.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <[email protected]>
-;; Maintainers: D. Goel <[email protected]>
+;; Maintainers: D. Goel <[email protected]>
;; Colin Walters <[email protected]>
;; This file is part of GNU Emacs.
@@ -459,7 +459,7 @@
(defun calc-symbolic-mode (n)
(interactive "P")
(calc-wrapper
-
+
(message (if (calc-change-mode 'calc-symbolic-mode n nil t)
"Inexact computations like sqrt(2) are deferred"
"Numerical computations are always done immediately"))))