]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/complete.el
More-conservative ‘format’ quote restyling
[gnu-emacs] / lisp / cedet / semantic / complete.el
index 509f8020c2a554da7bce31f247f80ab0b5a4696e..ce9e3252ec876675a97979c79cd6f7a21cd3dadd 100644 (file)
@@ -156,7 +156,7 @@ Presumably if you call this you will insert something new there."
   "Display the string FMT formatted with ARGS at the end of the minibuffer."
   (if semantic-complete-inline-overlay
       (apply 'message fmt args)
-    (message (concat (buffer-string) (apply 'format fmt args)))))
+    (message (concat (buffer-string) (apply #'format-message fmt args)))))
 
 ;;; ------------------------------------------------------------
 ;;; MINIBUFFER: Option Selection harnesses