]> git.eshelyaron.com Git - emacs.git/commitdiff
(studlify-region, studlify-word): Add autoload
authorDave Love <fx@gnu.org>
Sun, 8 Oct 2000 17:36:39 +0000 (17:36 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Oct 2000 17:36:39 +0000 (17:36 +0000)
cookie.

lisp/play/studly.el

index a94eee5ecd340a62f805818dd95cbd794be251e5..f6764b45be5ae476a5f56631e02f62b4f478a893 100644 (file)
@@ -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")