mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-585 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-586 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-587 Update from erc--emacs--22 * emacs@sv.gnu.org/emacs--devo--0--patch-588 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-589 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-590 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-591 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-592
This commit is contained in:
commit
191ae1cf7c
80 changed files with 2202 additions and 813 deletions
|
|
@ -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 @@ NUMBER-OF-STATIC-VARIABLES:"
|
|||
;;; 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.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue