emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
Date: Thu, 19 Jan 2006 19:03:24 +0000

Index: emacs/lisp/textmodes/table.el
diff -u emacs/lisp/textmodes/table.el:1.22 emacs/lisp/textmodes/table.el:1.23
--- emacs/lisp/textmodes/table.el:1.22  Wed Jan 18 16:39:43 2006
+++ emacs/lisp/textmodes/table.el       Thu Jan 19 19:03:24 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]