diff lisp/gnus/gnus-undo.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 0d2f883870bc
children d2f30a177268
line wrap: on
line diff
--- a/lisp/gnus/gnus-undo.el	Mon Aug 13 09:23:08 2007 +0200
+++ b/lisp/gnus/gnus-undo.el	Mon Aug 13 09:24:17 2007 +0200
@@ -68,7 +68,12 @@
   (setq gnus-undo-mode-map (make-sparse-keymap))
 
   (gnus-define-keys gnus-undo-mode-map
-   "\M-\C-_" gnus-undo))
+   "\M-\C-_"     gnus-undo
+   "\C-_"        gnus-undo
+   "\C-xu"       gnus-undo
+   [(control /)] gnus-undo    ; many people are used to type `C-/' on
+			      ; X terminals and get `C-_'.
+   ))
 
 (defun gnus-undo-make-menu-bar ()
   (when nil