aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Monnier2006-01-19 19:03:33 +0000
committerStefan Monnier2006-01-19 19:03:33 +0000
commitd2eed686a9d535b707d794e72768eb944cca968a (patch)
treeeea06a5aa37dba008072afab0b2c1a4cda37474b /lisp/textmodes
parentc94c4d0ac6cd54656b55269d18ef60174aab238e (diff)
downloademacs-d2eed686a9d535b707d794e72768eb944cca968a.tar.gz
emacs-d2eed686a9d535b707d794e72768eb944cca968a.zip
(table-mode-indicator): Typo in last change.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 80f062ae3fe..db8d2c94c46 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -913,7 +913,7 @@ This is always set to nil at the entry to `table-with-cache-buffer' before execu
913 "For mode line indicator") 913 "For mode line indicator")
914;; This is not a real minor-mode but placed in the minor-mode-alist 914;; This is not a real minor-mode but placed in the minor-mode-alist
915;; so that we can show the indicator on the mode line handy. 915;; so that we can show the indicator on the mode line handy.
916(make-variable-buffer-local table-mode-indicator) 916(make-variable-buffer-local 'table-mode-indicator)
917(unless (assq table-mode-indicator minor-mode-alist) 917(unless (assq table-mode-indicator minor-mode-alist)
918 (push '(table-mode-indicator (table-fixed-width-mode " Fixed-Table" " Table")) 918 (push '(table-mode-indicator (table-fixed-width-mode " Fixed-Table" " Table"))
919 minor-mode-alist)) 919 minor-mode-alist))