>>>>> "Jürgen" == Jürgen Hötzel <[EMAIL PROTECTED]> writes:
Jürgen> ;;; codesearch.el --- allowing users to search for open-source code on Jürgen> ;;; the Internet from within Emacs via Google Code Search Jürgen> (defun codesearch(searchstring) Jürgen> "Code Search current word, or with optional prefix arg, on Jürgen> current region" Jürgen> (interactive FWIW if you add ";;;#autoload" before interactive functions (or more precisely, interactive functions which are likely entry points to the functionality), it is simpler for users to use a package via ELPA. Tom _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
