emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4d96ee4 3/7: srecode/dictionary compilation fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4d96ee4 3/7: srecode/dictionary compilation fix
Date: Fri, 14 Jun 2019 09:48:07 -0400 (EDT)

branch: master
commit 4d96ee406d846008db9419f91915b959d046a592
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

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

diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el
index 071fbe4..b20b9bc 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]