]> code.delx.au - gnu-emacs/blobdiff - lisp/hexl.el
Fix minor text quoting problems in lisp top level
[gnu-emacs] / lisp / hexl.el
index 3e0ea410620c555347c05c7cd3eea7c2fed0f6eb..4aa76d23cb70d9c7b2355651d7e03204285ceadd 100644 (file)
@@ -935,7 +935,7 @@ and their encoded form is inserted byte by byte."
                     (mapconcat (function (lambda (c) (format "%x" c)))
                                internal " "))
               (if (yes-or-no-p
-                   (format
+                   (format-message
                     "Insert char 0x%x's internal representation \"%s\"? "
                     ch internal-hex))
                   (setq encoded internal)