mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
* 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.
This directory contains the tools of GNU gettext, for the translator and the maintainer, and the associated documentation.