1
Fork 0
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:
Lars Ingebrigtsen 2019-06-14 15:31:03 +02:00
parent 98df06c19e
commit 4d96ee406d

View file

@ -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))