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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-yank.el
Date: Sun, 02 Jan 2005 02:02:49 -0500

Index: emacs/lisp/calc/calc-yank.el
diff -c emacs/lisp/calc/calc-yank.el:1.11 emacs/lisp/calc/calc-yank.el:1.12
*** emacs/lisp/calc/calc-yank.el:1.11   Fri Dec 31 05:59:44 2004
--- emacs/lisp/calc/calc-yank.el        Sun Jan  2 06:49:36 2005
***************
*** 464,471 ****
                                    (let ((calc-edit-handler nil))
                                      (calc-edit-finish t))
                                    (message "(Cancelled)")) t t)
!     (insert (or title title "Calc Edit Mode")
!           ".  Press `C-c C-c'"
              (if allow-ret "" " or RET")
            " to finish, `C-x k RET' to cancel.\n")))
  (put 'calc-edit-mode 'mode-class 'special)
--- 464,471 ----
                                    (let ((calc-edit-handler nil))
                                      (calc-edit-finish t))
                                    (message "(Cancelled)")) t t)
!     (insert (or title title "Calc Edit Mode. ")
!           "Press `C-c C-c'"
              (if allow-ret "" " or RET")
            " to finish, `C-x k RET' to cancel.\n")))
  (put 'calc-edit-mode 'mode-class 'special)




reply via email to

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