Mercurial > emacs
changeset 100782:357f161c8821
(table-capture): Fix symbol quoting typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 16:37:13 +0000 |
parents | e68409d37739 |
children | 14048381c2c5 |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))