Description of problem: After updating to version 28.2-1, an error message is received when starting emacs. This error prevents loading a file by giving a name on the command line. This error doesn't happen with the original emacs installed with Fedora 37. The error is: Symbol’s function definition is void: regexp-opt-group Version-Release number of selected component (if applicable): emacs-filesystem-28.2-1.fc37.noarch emacs-common-28.2-1.fc37.x86_64 emacs-nox-28.2-1.fc37.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install a basic minimal Fedora 37 Server. Use an ISO, or a local server with only the original files, so no updates are installed. I chose "Fedora Custom Operating System" with no other software selected. 2. Boot into the install. 3. "sudo dnf --disablerepo=updates install emacs-nox". 4. "rpm -qa | grep emacs": emacs-filesystem-28.1-3.fc37.noarch emacs-common-28.1-3.fc37.x86_64 emacs-nox-28.1-3.fc37.x86_64 5. "emacs .bash_profile". Note that emacs opens up with your profile. 6. "sudo dnf update emacs-nox". 7. "rpm -qa | grep emacs": emacs-filesystem-28.2-1.fc37.noarch emacs-common-28.2-1.fc37.x86_64 emacs-nox-28.2-1.fc37.x86_64 8. "emacs .bash_profile". Actual results: Note that emacs displays the error message: Symbol’s function definition is void: regexp-opt-group in the bottom status line and doesn't load the file, instead leaving you in *scratch* Expected results: No error message and emacs to load and allow you to edit the file. Additional info:
*** This bug has been marked as a duplicate of bug 2157979 ***