# HG changeset patch # User Stefan Monnier # Date 1137697404 0 # Node ID fe442ba33e0abc10a75fa69f16d6869bf018e5b5 # Parent 556ef00fdd9ff39ac7ed88fee52ccfac8b22f989 (table-mode-indicator): Typo in last change. diff -r 556ef00fdd9f -r fe442ba33e0a lisp/textmodes/table.el --- a/lisp/textmodes/table.el Thu Jan 19 17:52:09 2006 +0000 +++ b/lisp/textmodes/table.el Thu Jan 19 19:03:24 2006 +0000 @@ -913,7 +913,7 @@ "For mode line indicator") ;; This is not a real minor-mode but placed in the minor-mode-alist ;; so that we can show the indicator on the mode line handy. -(make-variable-buffer-local table-mode-indicator) +(make-variable-buffer-local 'table-mode-indicator) (unless (assq table-mode-indicator minor-mode-alist) (push '(table-mode-indicator (table-fixed-width-mode " Fixed-Table" " Table")) minor-mode-alist))