From: Dave Love Date: Sun, 8 Oct 2000 17:36:39 +0000 (+0000) Subject: (studlify-region, studlify-word): Add autoload X-Git-Tag: emacs-pretest-21.0.90~1033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32822a2da556d0c0950da36677a24950ac5dec75;p=emacs.git (studlify-region, studlify-word): Add autoload cookie. --- diff --git a/lisp/play/studly.el b/lisp/play/studly.el index a94eee5ecd3..f6764b45be5 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -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")