erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] Update from CVS


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Update from CVS
Date: Sun, 14 Oct 2007 00:48:07 -0400

commit bc885f6f11106916c25c5aae14546707a6d83b8b
Author: Michael Olson <address@hidden>
Date:   Mon Mar 13 21:11:03 2006 +0000

    Update from CVS
    
    2006-03-09  Diane Murray  <address@hidden>
    
       * erc-button.el (erc-button-keymap): Use <backtab> rather than
       <C-tab> for `erc-button-previous' as it is a more standard key
       binding for this type of function.
    git-archimport-id: address@hidden/erc--cvs--0--patch-137

diff --git a/ChangeLog b/ChangeLog
index f0dde21..d5b7cc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-09  Diane Murray  <address@hidden>
+
+       * erc-button.el (erc-button-keymap): Use <backtab> rather than
+       <C-tab> for `erc-button-previous' as it is a more standard key
+       binding for this type of function.
+
 2006-02-28  Diane Murray  <address@hidden>
 
        * erc-capab.el: Removed things that were accidentally committed on
diff --git a/erc-button.el b/erc-button.el
index e37ca00..9445e35 100644
--- a/erc-button.el
+++ b/erc-button.el
@@ -68,7 +68,7 @@
 
 ;;; Variables
 
-(defconst erc-button-version "$Revision: 1.74 $"
+(defconst erc-button-version "$Revision: 1.75 $"
   "ERC button mode revision.")
 
 (defface erc-button '((t (:bold t)))
@@ -219,7 +219,7 @@ PAR is a number of a regexp grouping whose text will be 
passed to
         (define-key map (kbd "<button2>") 'erc-button-click-button)
       (define-key map (kbd "<mouse-2>") 'erc-button-click-button))
     (define-key map (kbd "TAB") 'erc-button-next)
-    (define-key map (kbd "<C-tab>") 'erc-button-previous)
+    (define-key map (kbd "<backtab>") 'erc-button-previous)
     (set-keymap-parent map erc-mode-map)
     map)
   "Local keymap for ERC buttons.")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]