# HG changeset patch # User Oleksandr Gavenko # Date 1490860478 -10800 # Node ID 6d4fee1f7cb0d0e5799c5344be945f3f1cc9e451 # Parent 4d0732762013291f7caff2c004b3a01d88ca3df0 Fix: Warning: the following functions are not known to be defined: which-function, semantic-current-tag diff -r 4d0732762013 -r 6d4fee1f7cb0 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))