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-undo.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-undo.el
Date: Tue, 15 Feb 2005 14:26:50 -0500

Index: emacs/lisp/calc/calc-undo.el
diff -c emacs/lisp/calc/calc-undo.el:1.7 emacs/lisp/calc/calc-undo.el:1.8
*** emacs/lisp/calc/calc-undo.el:1.7    Tue Nov 30 17:26:56 2004
--- emacs/lisp/calc/calc-undo.el        Tue Feb 15 19:26:49 2005
***************
*** 77,83 ****
           (let ((v (intern (nth 1 action))))
             (calc-record-undo (list 'store (nth 1 action)
                                     (and (boundp v) (symbol-value v))))
!            (if (y-or-n-p (format "Un-store variable %s? " (nth 1 action)))
                 (progn
                   (if (nth 2 action)
                       (set v (nth 2 action))
--- 77,84 ----
           (let ((v (intern (nth 1 action))))
             (calc-record-undo (list 'store (nth 1 action)
                                     (and (boundp v) (symbol-value v))))
!            (if (y-or-n-p (format "Un-store variable %s? " 
!                                    (calc-var-name (nth 1 action))))
                 (progn
                   (if (nth 2 action)
                       (set v (nth 2 action))




reply via email to

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