aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/insert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el
index c2a70fe030f..c24bd99c79c 100644
--- a/lisp/cedet/srecode/insert.el
+++ b/lisp/cedet/srecode/insert.el
@@ -216,7 +216,7 @@ insertions."
216 (data-debug-insert-thing dictionary "" "> ") 216 (data-debug-insert-thing dictionary "" "> ")
217 ;; Show the error message. 217 ;; Show the error message.
218 (insert (propertize "Error" 'face '(:weight bold)) "\n") 218 (insert (propertize "Error" 'face '(:weight bold)) "\n")
219 (insert (apply #'format format args)) 219 (insert (apply #'format-message format args))
220 (pop-to-buffer (current-buffer)))) 220 (pop-to-buffer (current-buffer))))
221 221
222(defun srecode-insert-report-error (dictionary format &rest args) 222(defun srecode-insert-report-error (dictionary format &rest args)