Mercurial > emacs
changeset 32767:2662a96d7f6d
Remove bits redundant with define-minor-mode.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 23 Oct 2000 12:32:37 +0000 |
parents | 309354590137 |
children | f716c5596ce8 |
files | lisp/textmodes/refill.el |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/refill.el Mon Oct 23 10:27:47 2000 +0000 +++ b/lisp/textmodes/refill.el Mon Oct 23 12:32:37 2000 +0000 @@ -119,15 +119,6 @@ (t (refill-fill-paragraph nil))) (setq refill-doit nil))) -(defvar refill-mode nil - "Non-nil if Refill mode is active. Use `refill-mode' to toggle it.") -(make-variable-buffer-local 'refill-mode) - -(defvar refill-mode-hook nil - "Normal hook run by function `refill-mode'.") - -(add-to-list 'minor-mode-alist '(refill-mode " Refill")) - ;;;###autoload (define-minor-mode refill-mode "Toggle Refill minor mode.