diff lisp/cedet/semantic/bovine/scm.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 688cf3b99678
children 41dc39934483
line wrap: on
line diff
--- a/lisp/cedet/semantic/bovine/scm.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/bovine/scm.el	Sun Sep 06 21:22:05 2009 +0000
@@ -95,6 +95,7 @@
   semantic-lex-number
   semantic-lex-default-action)
 
+;;;###autoload
 (defun semantic-default-scheme-setup ()
   "Setup hook function for Emacs Lisp files and Semantic."
   (semantic-scm-by--install-parser)
@@ -109,6 +110,7 @@
   (setq semantic-lex-analyzer #'semantic-scheme-lexer)
   )
 
+;;;###autoload
 (add-hook 'scheme-mode-hook 'semantic-default-scheme-setup)
 
 (provide 'semantic/bovine/scm)