From 4d96ee406d846008db9419f91915b959d046a592 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 14 Jun 2019 15:31:03 +0200 Subject: 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. --- lisp/cedet/srecode/ctxt.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lisp/cedet/srecode') diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index 071fbe46254..b20b9bc6417 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el @@ -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)) -- cgit v1.2.3