Mercurial > hg > xemacs-beta
comparison lisp/packages/filladapt.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | 1856695b1fa9 |
children |
comparison
equal
deleted
inserted
replaced
188:e29a8e7498d9 | 189:489f57a838ef |
---|---|
94 | 94 |
95 (defcustom filladapt-mode nil | 95 (defcustom filladapt-mode nil |
96 "*Non-nil means that Filladapt minor mode is enabled. | 96 "*Non-nil means that Filladapt minor mode is enabled. |
97 Use the filladapt-mode command to toggle the mode on/off." | 97 Use the filladapt-mode command to toggle the mode on/off." |
98 :type 'boolean | 98 :type 'boolean |
99 :require 'filladapt | |
99 :group 'filladapt) | 100 :group 'filladapt) |
100 (make-variable-buffer-local 'filladapt-mode) | 101 (make-variable-buffer-local 'filladapt-mode) |
101 | 102 |
102 (defcustom filladapt-mode-line-string " Filladapt" | 103 (defcustom filladapt-mode-line-string " Filladapt" |
103 "*String to display in the modeline when Filladapt mode is active. | 104 "*String to display in the modeline when Filladapt mode is active. |