mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
(ebrowse-global-prefix-key): Fix typo in
last change.
This commit is contained in:
parent
4c9564e82d
commit
3c47e17c20
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-01-04 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
|
||||||
|
last change.
|
||||||
|
|
||||||
2007-01-03 Richard Stallman <rms@gnu.org>
|
2007-01-03 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* woman.el (woman-decode-buffer): Clarify error message.
|
* woman.el (woman-decode-buffer): Clarify error message.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
;;; ebrowse.el --- Emacs C++ class browser & tags facility
|
;;; ebrowse.el --- Emacs C++ class browser & tags facility
|
||||||
|
|
||||||
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
|
;; 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.
|
;; Free Software Foundation Inc.
|
||||||
|
|
||||||
;; Author: Gerd Moellmann <gerd@gnu.org>
|
;; Author: Gerd Moellmann <gerd@gnu.org>
|
||||||
|
|
@ -4230,13 +4230,13 @@ NUMBER-OF-STATIC-VARIABLES:"
|
||||||
;;; Global key bindings
|
;;; Global key bindings
|
||||||
|
|
||||||
;;; The following can be used to bind key sequences starting with
|
;;; 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
|
(defvar ebrowse-global-map nil
|
||||||
"*Keymap for Ebrowse commands.")
|
"*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.")
|
"Prefix key for Ebrowse commands.")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue