From: Lars Ingebrigtsen Date: Fri, 14 Jun 2019 13:31:03 +0000 (+0200) Subject: srecode/dictionary compilation fix X-Git-Tag: emacs-27.0.90~2541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d96ee406d846008db9419f91915b959d046a592;p=emacs.git 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. --- 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))