comparison lisp/calc/calc-mode.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 e50a2e215441
children 606f2d163a64
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
503 (if arg 503 (if arg
504 (and (> (prefix-numeric-value arg) 0) 504 (and (> (prefix-numeric-value arg) 0)
505 mode) 505 mode)
506 (and (not (eq calc-simplify-mode mode)) 506 (and (not (eq calc-simplify-mode mode))
507 mode))) 507 mode)))
508 (message (if (eq calc-simplify-mode mode) 508 (message "%s" (if (eq calc-simplify-mode mode)
509 msg 509 msg
510 "Default simplifications enabled"))) 510 "Default simplifications enabled")))
511 511
512 (defun calc-no-simplify-mode (arg) 512 (defun calc-no-simplify-mode (arg)
513 (interactive "P") 513 (interactive "P")