/[emacs]/emacs/lisp/ses.el
ViewVC logotype

Diff of /emacs/lisp/ses.el

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

revision 1.22 by deego, Sun Sep 18 12:25:02 2005 UTC revision 1.23 by rfrancoise, Sat Sep 24 23:26:27 2005 UTC
# Line 2560  spot, or error signal if user requests c Line 2560  spot, or error signal if user requests c
2560            colbool  (> needcols 0))            colbool  (> needcols 0))
2561      (when (or rowbool colbool)      (when (or rowbool colbool)
2562        ;;Need to insert.  Get confirm        ;;Need to insert.  Get confirm
2563        (or (y-or-n-p (format "Yank will insert %s%s%s.  Continue "        (or (y-or-n-p (format "Yank will insert %s%s%s.  Continue? "
2564                              (if rowbool (format "%d rows" needrows) "")                              (if rowbool (format "%d rows" needrows) "")
2565                              (if (and rowbool colbool) " and " "")                              (if (and rowbool colbool) " and " "")
2566                              (if colbool (format "%d columns" needcols) "")))                              (if colbool (format "%d columns" needcols) "")))

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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