branch: externals/po-mode
commit 29e710a759036c845365042ea760655b6374ffbd
Author: gemmaro <[email protected]>
Commit: Bruno Haible <[email protected]>
po-mode: Add po-subedit-mode-hook.
Reported by <[email protected]> at
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890295>.
* gettext-tools/emacs/po-mode.el (po-subedit-mode-hook): Add the
customize variable.
---
po-mode.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/po-mode.el b/po-mode.el
index e4dec9c672..71377f631b 100644
--- a/po-mode.el
+++ b/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.