emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calccomp.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calccomp.el,v
Date: Thu, 27 Dec 2007 17:32:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/12/27 17:32:59

Index: calccomp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calccomp.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- calccomp.el 26 Dec 2007 17:33:29 -0000      1.24
+++ calccomp.el 27 Dec 2007 17:32:59 -0000      1.25
@@ -945,10 +945,8 @@
     x))
 
 (defun math-to-percentsigns (x)
-  (if (string-match "^I#'" x)
-      (setq x (concat "%" (substring x 3))))
-  (if (string-match "\\`\\(.*\\)'\\(.*\\)\\'" x)
-      (math-to-percentsigns
+  (if (string-match "\\`\\(.*\\)o'o\\(.*\\)\\'" x)
+      (math-to-underscores
        (concat (math-match-substring x 1) "%" (math-match-substring x 2)))
     x))
 




reply via email to

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