Fix: Warning: the following functions are not known to be defined:
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 30 Mar 2017 10:54:38 +0300
changeset 1524 6d4fee1f7cb0
parent 1523 4d0732762013
child 1525 192e86762ee5
Fix: Warning: the following functions are not known to be defined: which-function, semantic-current-tag
autobm.el
--- 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))