From 3f527154d1e21a5c0eb23d84d0c01dcdb03cfae8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 Sep 2009 07:48:56 +0000 Subject: (speedbar-track-mouse): Fix typo in condition-case handler. --- lisp/speedbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/speedbar.el') diff --git a/lisp/speedbar.el b/lisp/speedbar.el index df6cd0bc005..38d2327d36b 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -1291,7 +1291,7 @@ and the existence of packages." (if (eq major-mode 'speedbar-mode) ;; XEmacs may let us get in here in other mode buffers. (speedbar-item-info))) - (t (speedbar-message nil))))))) + (error (speedbar-message nil))))))) (defun speedbar-show-info-under-mouse () "Call the info function for the line under the mouse." -- cgit v1.2.1