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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el
Date: Fri, 31 Dec 2004 01:11:52 -0500

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.15 emacs/lisp/calc/calc-graph.el:1.16
*** emacs/lisp/calc/calc-graph.el:1.15  Tue Nov 30 17:10:43 2004
--- emacs/lisp/calc/calc-graph.el       Fri Dec 31 05:58:44 2004
***************
*** 955,963 ****
          (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit)))
      (use-local-map calc-dumb-map)
      (setq truncate-lines t)
!     (message "Type `q'%s to return to Calc"
!            (if (eq (lookup-key (current-global-map) "\e#") 'calc-dispatch)
!                   " or `M-# M-#'" ""))
      (recursive-edit)
      (bury-buffer "*Gnuplot Trail*")))
  
--- 955,961 ----
          (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit)))
      (use-local-map calc-dumb-map)
      (setq truncate-lines t)
!     (message "Type `q' or `C-c C-c' to return to Calc")
      (recursive-edit)
      (bury-buffer "*Gnuplot Trail*")))
  




reply via email to

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