autobm.el
changeset 1524 6d4fee1f7cb0
parent 1319 d893dc8fe820
child 1590 b117f393fd9a
--- a/autobm.el	Thu Mar 30 10:51:57 2017 +0300
+++ b/autobm.el	Thu Mar 30 10:54:38 2017 +0300
@@ -2,6 +2,8 @@
 
 (require 'cl-lib)
 (require 'bookmark)
+(require 'which-func)
+(require 'semantic/find)
 
 (defvar autobm-mode-handlers
   '((emacs-lisp-mode . (autobm-try-semantic))