]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (Fcomp_el_to_eln_filename): Update error message.
authorJeff Walsh <fejfighter@gmail.com>
Thu, 9 Jun 2022 00:02:01 +0000 (10:02 +1000)
committerAndrea Corallo <andrea.corallo@arm.com>
Thu, 9 Jun 2022 06:35:41 +0000 (08:35 +0200)
src/comp.c

index 97bc6a5f9dc96f43567e08106e88bc5d1f1ff0ef..05d9fed44816c7a090c9acd20aa7cccdd455a0bd 100644 (file)
@@ -4466,7 +4466,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)))