comparison lisp/speedbar.el @ 23080:8b7bb810f362

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Wed, 19 Aug 1998 21:43:56 +0000
parents a0e975baf1e1
children 2dea437fe88a
comparison
equal deleted inserted replaced
23079:0e2635f13ea9 23080:8b7bb810f362
3 ;;; Copyright (C) 1996, 97, 98 Free Software Foundation 3 ;;; Copyright (C) 1996, 97, 98 Free Software Foundation
4 4
5 ;; Author: Eric M. Ludlam <zappo@gnu.org> 5 ;; Author: Eric M. Ludlam <zappo@gnu.org>
6 ;; Version: 0.7.2a 6 ;; Version: 0.7.2a
7 ;; Keywords: file, tags, tools 7 ;; Keywords: file, tags, tools
8 ;; X-RCS: $Id: speedbar.el,v 1.8 1998/08/14 01:15:33 zappo Exp zappo $ 8 ;; X-RCS: $Id: speedbar.el,v 1.9 1998/08/19 01:43:37 zappo Exp done $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
748 748
749 ;; control 749 ;; control
750 (define-key speedbar-key-map "g" 'speedbar-refresh) 750 (define-key speedbar-key-map "g" 'speedbar-refresh)
751 (define-key speedbar-key-map "t" 'speedbar-toggle-updates) 751 (define-key speedbar-key-map "t" 'speedbar-toggle-updates)
752 (define-key speedbar-key-map "q" 'speedbar-close-frame) 752 (define-key speedbar-key-map "q" 'speedbar-close-frame)
753 (define-key speedbar-key-map "Q" 'delete c-frame) 753 (define-key speedbar-key-map "Q" 'delete-frame)
754 754
755 ;; navigation 755 ;; navigation
756 (define-key speedbar-key-map "n" 'speedbar-next) 756 (define-key speedbar-key-map "n" 'speedbar-next)
757 (define-key speedbar-key-map "p" 'speedbar-prev) 757 (define-key speedbar-key-map "p" 'speedbar-prev)
758 (define-key speedbar-key-map "\M-n" 'speedbar-restricted-next) 758 (define-key speedbar-key-map "\M-n" 'speedbar-restricted-next)