(table-capture): Fix symbol quoting typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:37:13 +0000 (16:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:37:13 +0000 (16:37 +0000)
lisp/textmodes/table.el

index 3d0f0f3..d41719c 100644 (file)
@@ -3738,7 +3738,7 @@ companion command to `table-capture' this way.
        (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)))