diff options
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 726aa41cffd..f099c0ca6eb 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -195,6 +195,10 @@ Buffer based features related to change hooks is handled one level up." | |||
| 195 | ;; area. Return value is not important. | 195 | ;; area. Return value is not important. |
| 196 | )) | 196 | )) |
| 197 | 197 | ||
| 198 | (declare-function data-debug-new-buffer "data-debug") | ||
| 199 | (declare-function data-debug-insert-stuff-list "data-debug") | ||
| 200 | (declare-function data-debug-insert-thing dictionary "data-debug") | ||
| 201 | |||
| 198 | (defun srecode-insert-show-error-report (dictionary format &rest args) | 202 | (defun srecode-insert-show-error-report (dictionary format &rest args) |
| 199 | "Display an error report based on DICTIONARY, FORMAT and ARGS. | 203 | "Display an error report based on DICTIONARY, FORMAT and ARGS. |
| 200 | This is intended to diagnose problems with failed template | 204 | This is intended to diagnose problems with failed template |