emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/textmodes table.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/textmodes table.el
Date: Tue, 30 Dec 2008 16:37:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/30 16:37:13

Modified files:
        lisp/textmodes : table.el 

Log message:
        (table-capture): Fix symbol quoting typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/textmodes/table.el?cvsroot=emacs&r1=1.36&r2=1.37

Patches:
Index: table.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/table.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- table.el    6 May 2008 04:33:12 -0000       1.36
+++ table.el    30 Dec 2008 16:37:13 -0000      1.37
@@ -3738,7 +3738,7 @@
        (table--read-from-minibuffer '("Minimum cell width" . 
table-capture-min-cell-width-history)))
       (if (and (not (string= col-delim-regexp "")) (string= row-delim-regexp 
""))
          (string-to-number
-          (table--read-from-minibuffer '("Number of columns" . 
'table-capture-columns-history)))
+          (table--read-from-minibuffer '("Number of columns" . 
table-capture-columns-history)))
        nil)
       )))
   (if (> beg end) (let ((tmp beg)) (setq beg end) (setq end tmp)))




reply via email to

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