/[emacs]/emacs/lisp/calc/calc-yank.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-yank.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by jpb, Tue Jan 18 04:52:55 2005 UTC revision 1.17 by jpb, Wed Apr 27 04:35:16 2005 UTC
# Line 528  To cancel the edit, simply kill the *Cal Line 528  To cancel the edit, simply kill the *Cal
528      (goto-char calc-edit-top)      (goto-char calc-edit-top)
529      (if (buffer-modified-p)      (if (buffer-modified-p)
530          (eval calc-edit-handler))          (eval calc-edit-handler))
531      (if one-window      (if (and one-window (not (one-window-p t)))
532          (delete-window))          (delete-window))
533      (if (get-buffer-window return)      (if (get-buffer-window return)
534          (select-window (get-buffer-window return))          (select-window (get-buffer-window return))

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26