]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/gnat-inspect.el
Merge remote-tracking branch 'ggtags/master'
[gnu-emacs-elpa] / packages / ada-mode / gnat-inspect.el
index 055f942f19f60799f9ee6f5c3ebd0e821997cac6..8cebef982bcdac2da1562b8538cb1d4774518d27 100755 (executable)
@@ -332,7 +332,7 @@ set compilation-mode with compilation-error-regexp-alist set to COMP-ERR."
       (cond
        ((null search-type)
        (pop-to-buffer (current-buffer))
-       (error "gnatinspect did not return other item"))
+       (error "gnatinspect did not return other item; refresh?"))
 
        ((and
         (string-equal search-type "declaration")
@@ -345,7 +345,7 @@ set compilation-mode with compilation-error-regexp-alist set to COMP-ERR."
 
       (when (null result)
        (pop-to-buffer (current-buffer))
-       (error "gnatinspect did not return other item"))
+       (error "gnatinspect did not return other item; refresh?"))
 
       (message "parsing result ... done")
       result)))
@@ -391,7 +391,7 @@ set compilation-mode with compilation-error-regexp-alist set to COMP-ERR."
 
       (when (null result)
        (pop-to-buffer (current-buffer))
-       (error "gnatinspect did not return other item"))
+       (error "gnatinspect did not return other item; refresh?"))
 
       (message "parsing result ... done")
       result)))