Function: semantic--tag-unlink-cache-from-buffer
semantic--tag-unlink-cache-from-buffer is a byte-compiled function
defined in tag.el.gz.
Signature
(semantic--tag-unlink-cache-from-buffer)
Documentation
Convert all tags in the current cache to use overlay proxies.
This function is for internal use only.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defun semantic--tag-unlink-cache-from-buffer ()
"Convert all tags in the current cache to use overlay proxies.
This function is for internal use only."
(require 'semantic)
(semantic--tag-unlink-list-from-buffer
;; @todo- use fetch-tags-fast?
(semantic-fetch-tags)))