comparison lisp/textmodes/table.el @ 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 ecfd9a69b670
children a0b9a3f3fc7a 5b7d410e31f9
comparison
equal deleted inserted replaced
68270:556ef00fdd9f 68271:fe442ba33e0a
911 This is always set to nil at the entry to `table-with-cache-buffer' before executing body forms.") 911 This is always set to nil at the entry to `table-with-cache-buffer' before executing body forms.")
912 (defvar table-mode-indicator nil 912 (defvar table-mode-indicator nil
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))
920 920
921 (defconst table-source-languages '(html latex cals) 921 (defconst table-source-languages '(html latex cals)