emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 51ba125 5/7: srecode/find compilation fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 51ba125 5/7: srecode/find compilation fix
Date: Fri, 14 Jun 2019 09:48:08 -0400 (EDT)

branch: master
commit 51ba1250bc3511fa278fa70228fc2574c9cc4310
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    srecode/find compilation fix
    
    * lisp/cedet/srecode/find.el (srecode/compile): Require to
    avoid compilation warning about unknown slot.  Remove function
    declarations that point to that file.
---
 lisp/cedet/srecode/find.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el
index f130edc..2368093 100644
--- a/lisp/cedet/srecode/find.el
+++ b/lisp/cedet/srecode/find.el
@@ -27,8 +27,7 @@
 (require 'srecode/ctxt)
 (require 'srecode/table)
 (require 'srecode/map)
-
-(declare-function srecode-compile-file "srecode/compile")
+(require 'srecode/compile)
 
 ;;; Code:
 
@@ -58,7 +57,6 @@ Templates are found in the SRecode Template Map.
 See `srecode-get-maps' for more.
 APPNAME is the name of an application.  In this case,
 all template files for that application will be loaded."
-  (require 'srecode/compile)
   (let ((files
         (if appname
             (apply 'append



reply via email to

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