diff options
author | Glenn Morris <rgm@gnu.org> | 2009-12-03 17:14:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-12-03 17:14:33 +0000 |
commit | 627e0a14e8718945668b246f18053df0f82ed383 (patch) | |
tree | f536b7c2708c19c6384bdf1acda3e88b62eac7e4 /lisp/progmodes | |
parent | 0ec1d2c5bb42c578aa555d77e379c8c256114306 (diff) | |
download | emacs-627e0a14e8718945668b246f18053df0f82ed383.tar.gz |
(class): Restore still useful declaration.
Restore comment that is still relevant.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/idlwave.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 83fb8fcdcd9..0bc5c102fea 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -8918,6 +8918,10 @@ This basically calls `idlwave-routine-twin-compare' with the correct args." (list btype bfile (list btype)))) )) +;; Bound in idlwave-study-twins,idlwave-routine-entry-compare-twins. +;; FIXME: Dynamically scoped vars need to use the `idlwave-' prefix. +(defvar class) + (defun idlwave-routine-twin-compare (a b) "Compare two routine twin entries for sorting. In here, A and B are not normal routine info entries, but special |