changeset 68271:fe442ba33e0a

(table-mode-indicator): Typo in last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Jan 2006 19:03:24 +0000
parents 556ef00fdd9f
children 164b5ff2dcd4
files lisp/textmodes/table.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))