aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/admin.el b/admin/admin.el
index c84287a7024..fececc86a4b 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -124,9 +124,6 @@ Root must be the root of an Emacs source tree."
124 ;; Major version only. 124 ;; Major version only.
125 (when (string-match "\\([0-9]\\{2,\\}\\)" version) 125 (when (string-match "\\([0-9]\\{2,\\}\\)" version)
126 (let ((newmajor (match-string 1 version))) 126 (let ((newmajor (match-string 1 version)))
127 (set-version-in-file root "src/msdos.c" newmajor
128 (rx (and "Vwindow_system_version" (1+ not-newline)
129 ?\( (submatch (1+ (in "0-9"))) ?\))))
130 (set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor 127 (set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor
131 "\\\\newcommand{\\\\versionemacs}\\[0\\]\ 128 "\\\\newcommand{\\\\versionemacs}\\[0\\]\
132{\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs"))) 129{\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs")))