summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-08-19 21:43:56 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-08-19 21:43:56 +0000
commitc95dd4b07a130b3841a36fb509bc7ee0635e0429 (patch)
treedd754994c624d2d6578f5506727db532840f699d /lisp/speedbar.el
parent76ba958178ab1cf4cf159c6f95006a4f175baf6c (diff)
downloademacs-c95dd4b07a130b3841a36fb509bc7ee0635e0429.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 4350a4bd42e..9558c83774b 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Version: 0.7.2a
;; Keywords: file, tags, tools
-;; X-RCS: $Id: speedbar.el,v 1.8 1998/08/14 01:15:33 zappo Exp zappo $
+;; X-RCS: $Id: speedbar.el,v 1.9 1998/08/19 01:43:37 zappo Exp done $
;; This file is part of GNU Emacs.
@@ -750,7 +750,7 @@ to toggle this value.")
(define-key speedbar-key-map "g" 'speedbar-refresh)
(define-key speedbar-key-map "t" 'speedbar-toggle-updates)
(define-key speedbar-key-map "q" 'speedbar-close-frame)
- (define-key speedbar-key-map "Q" 'delete c-frame)
+ (define-key speedbar-key-map "Q" 'delete-frame)
;; navigation
(define-key speedbar-key-map "n" 'speedbar-next)