# HG changeset patch # User Dave Love # Date 971026599 0 # Node ID 5a9159a46fe587893b03784314c9e36b8837bd53 # Parent dbb638e8f5d55b0d139149e556ec2d56c0ff85bf (studlify-region, studlify-word): Add autoload cookie. diff -r dbb638e8f5d5 -r 5a9159a46fe5 lisp/play/studly.el --- a/lisp/play/studly.el Sun Oct 08 17:32:00 2000 +0000 +++ b/lisp/play/studly.el Sun Oct 08 17:36:39 2000 +0000 @@ -13,6 +13,7 @@ ;;; Code: +;;;###autoload (defun studlify-region (begin end) "Studlify-case the region" (interactive "*r") @@ -46,6 +47,7 @@ (forward-char 1)) (setq begin (point)))))) +;;;###autoload (defun studlify-word (count) "Studlify-case the current word, or COUNT words if given an argument" (interactive "*p")