+2000-03-07 Dave Love <fx@gnu.org>
+
+ * winner.el: Fix keywords, autoload cookies. Split
+ eval-when-compile form to avoid compilation failure.
+
2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
* international/mule.el: Modify comment about coding system
;; Maintainer: Ivar Rummelhoff <ivarr@ifi.uio.no>
;; Created: 27 Feb 1997
;; Time-stamp: <1998-08-21 19:51:02 ivarr>
-;; Keywords: windows
+;; Keywords: convenience frames
;; This file is part of GNU Emacs.
;;; Code:
(eval-when-compile
- (require 'cl)
+ (require 'cl))
+(eval-when-compile
(cond
((eq (aref (emacs-version) 0) ?X)
(defmacro winner-active-region ()
(defmacro defcustom (symbol &optional initvalue docs &rest rest)
(list 'defvar symbol initvalue docs)))
-\f;;;###autoload
+\f
+;;;###autoload
(defcustom winner-mode nil
"Toggle winner-mode.
Setting this variable directly does not take effect;
(split-window)
winner-var)))
-\f;;;###autoload
+\f
+;;;###autoload
(defun winner-mode (&optional arg)
"Toggle Winner mode.
With arg, turn Winner mode on if and only if arg is positive."