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/calc-aent.el,v


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

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

Index: calc-aent.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-aent.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- calc-aent.el        26 Dec 2007 17:32:13 -0000      1.43
+++ calc-aent.el        27 Dec 2007 17:33:36 -0000      1.44
@@ -1020,11 +1020,9 @@
     x))
 
 (defun math-remove-percentsigns (x)
-  (if (string-match "^%" x)
-      (setq x (concat "I#'" (substring x 1))))
   (if (string-match "\\`\\(.*\\)%\\(.*\\)\\'" x)
       (math-remove-percentsigns
-       (concat (math-match-substring x 1) "'" (math-match-substring x 2)))
+       (concat (math-match-substring x 1) "o'o" (math-match-substring x 2)))
     x))
 
 (defun math-restore-dashes (x)




reply via email to

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