]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bind po-undo also to the usual Undo key.
authorBruno Haible <bruno@clisp.org>
Fri, 25 May 2007 00:20:17 +0000 (00:20 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:50 +0000 (12:14 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index b5ee9d0e2e7c6ea34586f544221f7aa3363eb45f..cab1394eb27ba5930489b388009b744fa7c6836d 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-24  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-mode-map): Bind po-undo also to Ctrl-_.
+       Suggested by Kevin Ryde <user42@zip.com.au>.
+
 2007-04-06  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in (m4filelist): Remove longdouble.m4 from the list.
index 222d9bec642f098b533e33bbb16a39bd69cac4f6..ebfbd7443957ea08886265a8bb056875424232a4 100644 (file)
@@ -1011,6 +1011,7 @@ Initialize or replace current translation with the original message"))])
     (define-key po-mode-map "W" 'po-kill-ring-save-comment)
     (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 "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)