]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove stale reference in 'update_autogen'
authorEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:09:59 +0000 (21:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:09:59 +0000 (21:09 +0200)
admin/update_autogen

index 7db616132e9d99b3663676234f7745961ce53f04..1978769a9e2bfc5bd67000eca5e2189ad05b907e 100755 (executable)
@@ -283,7 +283,7 @@ echo "Checking status of loaddef files..."
 ## It probably would be fine to just check+commit lisp/, since
 ## making autoloads should not effect any other files.  But better
 ## safe than sorry.
-modified=$(status $genfiles $ldefs_out $grammar_out) || die
+modified=$(status $genfiles $ldefs_out) || die
 
 
 commit "loaddefs" $modified || die "commit error"