Function: semantic-default-elisp-setup

semantic-default-elisp-setup is an autoloaded and byte-compiled function defined in el.el.gz.

Signature

(semantic-default-elisp-setup)

Documentation

Setup hook function for Emacs Lisp files and Semantic.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/el.el.gz
;;;###autoload
(defun semantic-default-elisp-setup ()
  "Setup hook function for Emacs Lisp files and Semantic."
  ;; This is here mostly to get this file loaded when a .el file is
  ;; loaded into Emacs.
  )