comparison lisp/progmodes/vhdl-mode.el @ 94314:c3992d04d39a

(vhdl-speedbar-find-file): Use dframe-update-speed rather than obsolete alias speedbar-update-speed.
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Apr 2008 05:45:26 +0000
parents 842d446b22d9
children 52b7a8c22af5
comparison
equal deleted inserted replaced
94313:17765ebde76c 94314:c3992d04d39a
1 ;;; vhdl-mode.el --- major mode for editing VHDL code 1 ;;; vhdl-mode.el --- major mode for editing VHDL code
2 2
3 ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 3 ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 ;; Free Software Foundation, Inc.
5 6
6 ;; Authors: Reto Zimmermann <reto@gnu.org> 7 ;; Authors: Reto Zimmermann <reto@gnu.org>
7 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> 8 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
8 ;; Maintainer: Reto Zimmermann <reto@gnu.org> 9 ;; Maintainer: Reto Zimmermann <reto@gnu.org>
9 ;; Keywords: languages vhdl 10 ;; Keywords: languages vhdl
15173 (speedbar-find-file-in-frame (car token)) 15174 (speedbar-find-file-in-frame (car token))
15174 (when (or vhdl-speedbar-jump-to-unit buffer) 15175 (when (or vhdl-speedbar-jump-to-unit buffer)
15175 (goto-line (cdr token)) 15176 (goto-line (cdr token))
15176 (recenter)) 15177 (recenter))
15177 (vhdl-speedbar-update-current-unit t t) 15178 (vhdl-speedbar-update-current-unit t t)
15178 (speedbar-set-timer speedbar-update-speed) 15179 (speedbar-set-timer dframe-update-speed)
15179 (speedbar-maybee-jump-to-attached-frame)))) 15180 (speedbar-maybee-jump-to-attached-frame))))
15180 15181
15181 (defun vhdl-speedbar-port-copy () 15182 (defun vhdl-speedbar-port-copy ()
15182 "Copy the port of the entity/component or subprogram under the cursor." 15183 "Copy the port of the entity/component or subprogram under the cursor."
15183 (interactive) 15184 (interactive)