diff options
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r-- | lisp/progmodes/ada-xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 6f2f78f7f19..816de12cbdb 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -286,7 +286,7 @@ On Windows systems, this will properly handle .exe extension as well." (ada-find-file-in-dir (concat exec-name ".exe") exec-path)))) (if result result - (error "ā%sā not found in path" exec-name)))) + (error "`%s' not found in path" exec-name)))) (defun ada-initialize-runtime-library (cross-prefix) "Initialize the variables for the runtime library location. |