* 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).
This commit is contained in:
David Engster 2012-10-08 21:40:50 +02:00
parent f99714cef2
commit caec1ef5a0
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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)

View file

@ -944,6 +944,8 @@ ELisp variables can be pretty long, so track this one too.")
"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.