Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3c47e17c
Commit
3c47e17c
authored
Jan 04, 2007
by
Andreas Schwab
Browse files
(ebrowse-global-prefix-key): Fix typo in
last change.
parent
4c9564e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ebrowse.el
lisp/progmodes/ebrowse.el
+3
-3
No files found.
lisp/ChangeLog
View file @
3c47e17c
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>
* woman.el (woman-decode-buffer): Clarify error message.
lisp/progmodes/ebrowse.el
View file @
3c47e17c
;;; 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-c
b
' 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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment