emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 52abdb1: sqrt-compose should use the square root sy


From: zv
Subject: [Emacs-diffs] master 52abdb1: sqrt-compose should use the square root symbol
Date: Sat, 14 Nov 2015 15:54:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

branch: master
commit: 52abdb12d360a8b9c53fe09e215e9a1781d1db46
Author: Zephyr Pellerin <address@hidden>
Date: Sat, 14 Nov 2015 15:37:08 -0800

        sqrt-compose should use the square root symbol

---
 lisp/calc/calccomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 81a035d..821d1b8 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -1017,7 +1017,7 @@
                    (make-string (+ w 2) ?\_))
            (list 'horiz
                  (if (= h 1)
-                     "V"
+                     "√"
                    (append (list 'vleft (1- a))
                            (make-list (1- h) " |")
                            '("\\|")))
-- 
2.5.0






reply via email to

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