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:52:11 -0500

Index: emacs/lisp/calc/calc-yank.el
diff -c emacs/lisp/calc/calc-yank.el:1.13 emacs/lisp/calc/calc-yank.el:1.14
*** emacs/lisp/calc/calc-yank.el:1.13   Sun Jan  2 07:22:44 2005
--- emacs/lisp/calc/calc-yank.el        Sun Jan  2 07:39:20 2005
***************
*** 464,473 ****
                                    (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\n")))
  (put 'calc-edit-mode 'mode-class 'special)
  
  (defun calc-show-edit-buffer ()
--- 464,476 ----
                                    (let ((calc-edit-handler nil))
                                      (calc-edit-finish t))
                                    (message "(Cancelled)")) t t)
!     (insert (propertize
!              (concat 
!               (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\n")
!              'font-lock-face 'italic))))
  (put 'calc-edit-mode 'mode-class 'special)
  
  (defun calc-show-edit-buffer ()




reply via email to

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