mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
analyze/debug compilation fix
* lisp/cedet/semantic/analyze/debug.el (pulse): Require to avoid byte compilation warning.
This commit is contained in:
parent
2657741540
commit
68b8980eee
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
(require 'semantic/analyze)
|
||||
(require 'semantic/analyze/complete)
|
||||
(require 'semantic/db-typecache)
|
||||
(require 'pulse)
|
||||
|
||||
;; For semantic-find-tags-by-class:
|
||||
(eval-when-compile (require 'semantic/find))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue