From: gemmaro Date: Thu, 1 Jan 2026 13:47:52 +0000 (+0900) Subject: po-mode: Add po-subedit-mode-hook. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934fcbf7a172db04e5ea74b901ee3c9ca8946c9d;p=thirdparty%2Fgettext.git po-mode: Add po-subedit-mode-hook. Reported by at . * gettext-tools/emacs/po-mode.el (po-subedit-mode-hook): Add the customize variable. --- diff --git a/gettext-tools/emacs/po-mode.el b/gettext-tools/emacs/po-mode.el index e4dec9c67..71377f631 100644 --- a/gettext-tools/emacs/po-mode.el +++ b/gettext-tools/emacs/po-mode.el @@ -478,6 +478,11 @@ or remove the -m if you are not using the GNU version of 'uuencode'." :type 'string :group 'po) +(defcustom po-subedit-mode-hook nil + "Hook run when entering PO subedit mode." + :type 'hook + :group 'po) + ;;; Emacs portability matters - part II.