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-misc.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el,v
Date: Wed, 26 Sep 2007 00:06:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:06:32

Index: calc-misc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-misc.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- calc-misc.el        26 Jul 2007 05:26:41 -0000      1.30
+++ calc-misc.el        26 Sep 2007 00:06:32 -0000      1.31
@@ -145,7 +145,7 @@
   "Create another, independent Calculator buffer."
   (interactive)
   (if (eq major-mode 'calc-mode)
-      (mapcar (function
+      (mapc (function
               (lambda (v)
                 (set-default v (symbol-value v)))) calc-local-var-list))
   (set-buffer (generate-new-buffer "*Calculator*"))




reply via email to

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