ada-other-file-alist
ada-other-file-alist is a variable defined in `ada-mode.el'.
Its value is shown below.
Documentation:
Variable used by `find-file' to find the name of the other package.
See `ff-other-file-alist'.
Value:
(("\\.ads\\.dg$"
(".adb.dg"))
("\\.adb\\.dg$"
(".ads.dg"))
("\\.ads$"
(".adb"))
("\\.adb$"
(".ads")))