]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po-mode: Tweak.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Jan 2026 04:09:01 +0000 (05:09 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 2 Jan 2026 04:09:01 +0000 (05:09 +0100)
* gettext-tools/emacs/po-mode.el: Require Emacs >= 23, like before.
(po-mode-version-string): Bump to 2.32.

gettext-tools/emacs/po-mode.el

index 71377f631bc3e3c3652336f1d43865309528e49d..5870d11a3a15a2e391086f5ba5ca44765a718c09 100644 (file)
@@ -6,7 +6,7 @@
 ;;          Greg McGary <gkm@magilla.cichlid.com>
 ;; Keywords: i18n gettext
 ;; Created: 1995
-;; Package-Requires: ((emacs "24"))
+;; Package-Requires: ((emacs "23"))
 
 ;; This file is part of GNU gettext.
 
@@ -63,7 +63,7 @@
 
 ;;; Code:
 \f
-(defconst po-mode-version-string "2.31" "\
+(defconst po-mode-version-string "2.32" "\
 Version number of this version of po-mode.el.")
 
 ;;; Emacs portability matters - part I.