of easy-mmode-define-minor-mode. Add autload cookie.
(Coomentary): Remove the line showing how to auload master-mode,
since it's always autoloaded.
2001-10-11 Gerd Moellmann <gerd@gnu.org>
+ * master.el (master-mode): Use define-minor-mode instead of
+ easy-mmode-define-minor-mode. Add autload cookie.
+ (Coomentary): Remove the line showing how to autoload master-mode,
+ since it's always autoloaded.
+
* master.el: New file.
2001-10-11 Dave Love <fx@gnu.org>
;; sql-buffer contains the slave buffer. It is a local variable in the
;; SQL buffer.
;;
-;; (autoload 'master-mode "master" "Master mode minor mode." t)
;; (add-hook 'sql-mode-hook
;; (function (lambda ()
;; (master-mode t)
;;
;; Rob Riepel <networking.stanford.edu>
-\f
-
-
;;; History:
;;
;;; Define master mode.
-(easy-mmode-define-minor-mode master-mode
+;;;###autoload
+(define-minor-mode master-mode
"Toggle Master mode.
With no argument, this command toggles the mode.
Non-null prefix argument turns on the mode.