ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch to refresh cross reference cache


From: Stephen Leake
Subject: Re: Patch to refresh cross reference cache
Date: Mon, 20 Apr 2020 16:57:35 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Simon Wright <address@hidden> writes:

> An easy typo to have made! Patch to org.emacs.ada-mode:
>
> diff --git a/ada-mode.el b/ada-mode.el
> index c004bac3..1e92dd7e 100644
> --- a/ada-mode.el
> +++ b/ada-mode.el
> @@ -104,6 +104,7 @@
>  ;;     address@hidden
>  ;;    and others for their valuable hints.
>  
> +(require 'ada-build)
>  (require 'ada-core)
>  (require 'ada-indent-user-options)
>  (require 'ada-process)
> @@ -295,7 +296,7 @@ nil, only the file name."
>       )
>      ("Misc"
>       ["Show last parse error"         wisi-show-parse-error       t]
> -     ["Refresh cross reference cache" wisi-prj-refresh-cache      t]
> +     ["Refresh cross reference cache" wisi-refresh-prj-cache      t]
>       ["Restart parser"                wisi-kill-parser            t]
>       )))

Thanks. I did get the key binding right, which is what I use all the
time ...

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]