po-mode: Tweak.

* gettext-tools/emacs/po-mode.el: Require Emacs >= 23, like before.
(po-mode-version-string): Bump to 2.32.
This commit is contained in:
Bruno Haible 2026-01-02 05:09:01 +01:00
parent 934fcbf7a1
commit 7d6d59eb6a

View 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:
(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.