]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Map Ctrl-x u to po-undo.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Jun 2007 23:45:23 +0000 (23:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:56 +0000 (12:14 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 72a46b213b2ab65e2db722cc2ea5c6fe57ab1e4b..80c847d6c8670acee43a3da10dc0fac212eb3171 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-mode-map): Bind po-undo also to Ctrl-x u.
+
 2007-06-17  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-any-msgstr-regexp): Add support for plural forms.
index ca1732b1a7890c047a1690705840732d9a4e8bec..d296b020af964a31d278be3620586432f03cea27 100644 (file)
@@ -1011,6 +1011,7 @@ Initialize or replace current translation with the original message"))])
     (define-key po-mode-map "Y" 'po-yank-comment)
     (define-key po-mode-map "_" 'po-undo)
     (define-key po-mode-map "\C-_" 'po-undo)
+    (define-key po-mode-map "\C-xu" 'po-undo)
     (define-key po-mode-map "0" 'po-other-window)
     (define-key po-mode-map "\177" 'po-fade-out-entry)
     (define-key po-mode-map "\C-c\C-a" 'po-select-auxiliary)