diff options
| author | Lars Ingebrigtsen | 2019-06-14 15:34:00 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-14 15:34:00 +0200 |
| commit | 51ba1250bc3511fa278fa70228fc2574c9cc4310 (patch) | |
| tree | ecb3d95107def4526b1b025e11062d069d739f43 | |
| parent | 2604ea84b3b621c79c1982b9889f2b7719daf450 (diff) | |
| download | emacs-51ba1250bc3511fa278fa70228fc2574c9cc4310.tar.gz emacs-51ba1250bc3511fa278fa70228fc2574c9cc4310.zip | |
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.
| -rw-r--r-- | lisp/cedet/srecode/find.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el index f130edcee8d..23680937ea8 100644 --- a/lisp/cedet/srecode/find.el +++ b/lisp/cedet/srecode/find.el | |||
| @@ -27,8 +27,7 @@ | |||
| 27 | (require 'srecode/ctxt) | 27 | (require 'srecode/ctxt) |
| 28 | (require 'srecode/table) | 28 | (require 'srecode/table) |
| 29 | (require 'srecode/map) | 29 | (require 'srecode/map) |
| 30 | 30 | (require 'srecode/compile) | |
| 31 | (declare-function srecode-compile-file "srecode/compile") | ||
| 32 | 31 | ||
| 33 | ;;; Code: | 32 | ;;; Code: |
| 34 | 33 | ||
| @@ -58,7 +57,6 @@ Templates are found in the SRecode Template Map. | |||
| 58 | See `srecode-get-maps' for more. | 57 | See `srecode-get-maps' for more. |
| 59 | APPNAME is the name of an application. In this case, | 58 | APPNAME is the name of an application. In this case, |
| 60 | all template files for that application will be loaded." | 59 | all template files for that application will be loaded." |
| 61 | (require 'srecode/compile) | ||
| 62 | (let ((files | 60 | (let ((files |
| 63 | (if appname | 61 | (if appname |
| 64 | (apply 'append | 62 | (apply 'append |