mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(class): Restore still useful declaration.
Restore comment that is still relevant.
This commit is contained in:
parent
0ec1d2c5bb
commit
627e0a14e8
@ -1,3 +1,7 @@
|
||||
2009-12-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/idlwave.el (class): Restore still useful declaration.
|
||||
|
||||
2009-12-03 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Enhance `c-parse-state' to run efficiently in "brace desserts".
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user