mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
srecode/dictionary compilation fix
* lisp/cedet/srecode/ctxt.el (srecode/dictionary): Require to avoid compilation warning about unknown slot. Remove function declarations that point to that file.
This commit is contained in:
parent
98df06c19e
commit
4d96ee406d
1 changed files with 1 additions and 4 deletions
|
|
@ -32,9 +32,7 @@
|
|||
|
||||
(require 'semantic)
|
||||
(require 'semantic/tag-ls)
|
||||
|
||||
(declare-function srecode-dictionary-show-section "srecode/dictionary")
|
||||
(declare-function srecode-dictionary-set-value "srecode/dictionary")
|
||||
(require 'srecode/dictionary)
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
@ -175,7 +173,6 @@ This might add the following:
|
|||
PURE - show a section if a function is pure virtual.
|
||||
PARENT - The name of a parent type for functions.
|
||||
PROTECTION - Show a protection section, and what the protection is."
|
||||
(require 'srecode/dictionary)
|
||||
(when template
|
||||
|
||||
(let ((name (oref template object-name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue