]> git.eshelyaron.com Git - emacs.git/commitdiff
Update error message to reflect variable rename
authorJeff Walsh <fejfighter@gmail.com>
Thu, 9 Jun 2022 00:02:01 +0000 (10:02 +1000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 3 Sep 2022 16:55:27 +0000 (12:55 -0400)
* src/comp.c (Fcomp_el_to_eln_filename): Update error message.  (Bug#55861)

[ According to the Git metadata, this commit 8436e0bee9cf7a was already
  merged from `emacs-28`, yet the code says it was not.  :-(  ]

src/comp.c

index 70e7d5a8bbf4710c09c4f8135e2865097dac6bf8..4813ca04a90547c5d1c2e6403c84a39f7e6e2c4e 100644 (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)))