branch: externals/idlwave commit 1cb713c04e8aab39f02db1a5f029bb85e428b992 Author: jdsmith <jdsmith> Commit: jdsmith <jdsmith>
Speedbar support --- idlwave.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/idlwave.el b/idlwave.el index 21f2a640eb..d5a224a4c2 100644 --- a/idlwave.el +++ b/idlwave.el @@ -5,7 +5,7 @@ ;; Chris Chase <ch...@att.com> ;; Maintainer: J.D. Smith <jdsm...@alum.mit.edu> ;; Version: VERSIONTAG -;; Date: $Date: 2001/12/17 15:17:18 $ +;; Date: $Date: 2001/12/31 21:29:41 $ ;; Keywords: languages ;; This file is part of GNU Emacs. @@ -7881,6 +7881,10 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode." (set-buffer "*Help*") (setq truncate-lines t))) +;; Add .pro files to speedbar for support, if available +(if (require 'speedbar nil t) + (speedbar-add-supported-extension ".pro")) + ;; Try to load online help, but catch any errors. (condition-case nil (idlwave-require-online-help)