]> code.delx.au - gnu-emacs/blobdiff - admin/admin.el
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
[gnu-emacs] / admin / admin.el
index 9fcc5795d21a87a1768e646477457764190fd984..6d729214bd014c7b0735928ea57acea7a64b58ee 100644 (file)
@@ -62,7 +62,7 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
-  (set-version-in-file root "configure.in" version
+  (set-version-in-file root "configure.ac" version
                       (rx (and "AC_INIT" (1+ (not (in ?,)))
                                 ?, (0+ space)
                                 (submatch (1+ (in "0-9."))))))