changeset 32297:5a9159a46fe5

(studlify-region, studlify-word): Add autoload cookie.
author Dave Love <fx@gnu.org>
date Sun, 08 Oct 2000 17:36:39 +0000
parents dbb638e8f5d5
children f3d3118f2946
files lisp/play/studly.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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")