gettext/gettext-tools
gemmaro dce47fc998 po-mode: Use define-derived-mode for po-subedit-mode.
* gettext-tools/emacs/po-mode.el (po-subedit-mode): Define as derived
mode from text mode using define-derived-mode.
(po-subedit-mode-syntax-table, po-mode-abbrev-table): Remove these
variables, as define-derived-mode creates them automatically.
(po-edit-string): Use po-subedit-mode instead of text-mode.  Remove
local abbrev table, keymap, syntax table, and hook invocation, since
define-derived-mode handles these automatically.  Move easy-menu
definition to the define-derived-mode body.
(Package-Requires): Add minimum Emacs version requirement. The
define-derived-mode was probably introduced in Emacs 19.23, and commit
7797a29e9 dropped support for Emacs versions before 23.
2026-01-02 02:47:13 +01:00
..
2025-10-24 15:43:21 +02:00
2025-09-04 00:40:21 +02:00
2025-09-14 04:43:06 +02:00
2025-12-28 12:30:37 +01:00
2025-12-31 00:11:05 +01:00
2025-12-31 02:03:38 +01:00
2025-12-29 19:51:19 +01:00
2025-12-28 12:32:56 +01:00
2025-12-29 19:51:19 +01:00

This directory contains the tools of GNU gettext, for the translator and the
maintainer, and the associated documentation.