]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove bits redundant with define-minor-mode.
authorDave Love <fx@gnu.org>
Mon, 23 Oct 2000 12:35:01 +0000 (12:35 +0000)
committerDave Love <fx@gnu.org>
Mon, 23 Oct 2000 12:35:01 +0000 (12:35 +0000)
lisp/ChangeLog
lisp/textmodes/refill.el

index cbb8d824c281c66bc70e8ac075aff0cbb1750e6c..5525ff0c8b38340b058eb8c63ae5be1e9bd93276 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Dave Love  <fx@gnu.org>
+
+       * textmodes/refill.el: Remove bits redundant with define-minor-mode.
 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
 
        [the following changes fix a bug where `define-minor-mode' didn't
index e130874a2403394baa185003366ec7a1ca72008a..78518a9bc963845e58b0c6ff1508132354d45c9a 100644 (file)
@@ -119,15 +119,6 @@ complex processing.")
      (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.