Fix: Warning: the following functions are not known to be defined:
which-function, semantic-current-tag
--- 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))