From 627e0a14e8718945668b246f18053df0f82ed383 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Dec 2009 17:14:33 +0000 Subject: [PATCH] (class): Restore still useful declaration. Restore comment that is still relevant. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/idlwave.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8e08eb3258..9d370fa43dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-12-03 Glenn Morris + + * progmodes/idlwave.el (class): Restore still useful declaration. + 2009-12-03 Alan Mackenzie Enhance `c-parse-state' to run efficiently in "brace desserts". 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 -- 2.39.5