emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ses.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/ses.el
Date: Sat, 24 Sep 2005 19:26:37 -0400

Index: emacs/lisp/ses.el
diff -c emacs/lisp/ses.el:1.22 emacs/lisp/ses.el:1.23
*** emacs/lisp/ses.el:1.22      Sun Sep 18 12:25:02 2005
--- emacs/lisp/ses.el   Sat Sep 24 23:26:27 2005
***************
*** 2560,2566 ****
          colbool  (> needcols 0))
      (when (or rowbool colbool)
        ;;Need to insert.  Get confirm
!       (or (y-or-n-p (format "Yank will insert %s%s%s.  Continue "
                            (if rowbool (format "%d rows" needrows) "")
                            (if (and rowbool colbool) " and " "")
                            (if colbool (format "%d columns" needcols) "")))
--- 2560,2566 ----
          colbool  (> needcols 0))
      (when (or rowbool colbool)
        ;;Need to insert.  Get confirm
!       (or (y-or-n-p (format "Yank will insert %s%s%s.  Continue? "
                            (if rowbool (format "%d rows" needrows) "")
                            (if (and rowbool colbool) " and " "")
                            (if colbool (format "%d columns" needcols) "")))




reply via email to

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