`emacs-lisp-mode-hook'. This was accidentally removed during the
CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
+2012-10-08 David Engster <deng@randomsample.de>>
+
+ * semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
+ `emacs-lisp-mode-hook'. This was accidentally removed during the
+ CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
+
2012-10-07 David Engster <deng@randomsample.de>
* semantic/wisent/python.el (semantic-ctxt-current-function)
"Setup hook function for Emacs Lisp files and Semantic."
)
+(add-hook 'emacs-lisp-mode-hook 'semantic-default-elisp-setup)
+
;;; LISP MODE
;;
;; @TODO: Lisp supports syntaxes that Emacs Lisp does not.