branch: externals/po-mode
commit 5500e864a5aab5254efd7da11b57faefec08134e
Author: Bruno Haible <[email protected]>
Commit: Bruno Haible <[email protected]>

    po-mode: Tweak.
    
    * gettext-tools/emacs/po-mode.el: Require Emacs >= 23, like before.
    (po-mode-version-string): Bump to 2.32.
---
 po-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po-mode.el b/po-mode.el
index 71377f631b..5870d11a3a 100644
--- a/po-mode.el
+++ b/po-mode.el
@@ -6,7 +6,7 @@
 ;;          Greg McGary <[email protected]>
 ;; 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.

Reply via email to