Update error message to reflect variable rename

* src/comp.c (Fcomp_el_to_eln_filename): Update error message.  (Bug#55861)

[ According to the Git metadata, this commit 8436e0bee9 was already
  merged from `emacs-28`, yet the code says it was not.  :-(  ]
This commit is contained in:
Jeff Walsh 2022-06-09 10:02:01 +10:00 committed by Stefan Monnier
parent 9788f00cab
commit 22bee93d92

View file

@ -4467,7 +4467,7 @@ the latter is supposed to be used by the Emacs build procedure. */)
}
if (NILP (base_dir))
error ("Cannot find suitable directory for output in "
"`comp-native-load-path'.");
"`native-comp-eln-load-path'.");
}
if (!file_name_absolute_p (SSDATA (base_dir)))