# HG changeset patch # User Chong Yidong # Date 1230655033 0 # Node ID 357f161c882119c9c5885ba720ea33f72171e3a4 # Parent e68409d37739a42e1bd7421a2abdf8277b22d80f (table-capture): Fix symbol quoting typo. diff -r e68409d37739 -r 357f161c8821 lisp/textmodes/table.el --- a/lisp/textmodes/table.el Tue Dec 30 16:36:01 2008 +0000 +++ b/lisp/textmodes/table.el Tue Dec 30 16:37:13 2008 +0000 @@ -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)))