Mercurial > emacs
changeset 75082:2af866316da4
(ebrowse-global-prefix-key): Fix typo in
last change.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 04 Jan 2007 15:02:54 +0000 |
parents | 0764eb2fa01a |
children | a102395d417d |
files | lisp/progmodes/ebrowse.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el Thu Jan 04 00:19:11 2007 +0000 +++ b/lisp/progmodes/ebrowse.el Thu Jan 04 15:02:54 2007 +0000 @@ -1,7 +1,7 @@ ;;; ebrowse.el --- Emacs C++ class browser & tags facility ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006 +;; 2002, 2003, 2004, 2005, 2006, 2007 ;; Free Software Foundation Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> @@ -4230,13 +4230,13 @@ ;;; Global key bindings ;;; The following can be used to bind key sequences starting with -;;; prefix `\C-cb' to browse commands. +;;; prefix `\C-c\C-m' to browse commands. (defvar ebrowse-global-map nil "*Keymap for Ebrowse commands.") -(defvar ebrowse-global-prefix-key "\C-cC-m" +(defvar ebrowse-global-prefix-key "\C-c\C-m" "Prefix key for Ebrowse commands.")