annotate lisp/term/apollo.el @ 15352:e648211d5bac

Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * etags.el (tag-lines-already-matched): Remove defvar. (initialize-new-tags-table): Don't make that var local. (tag-lines-already-matched): Add docless defvar near find-tag-in-order defun; this is a global state variable for that one function. (find-tag-in-order): Move clearing of tag-lines-already-matched out of loop. Make it a list of markers and search it with member; it is now global, not buffer-local in the tags table, and records all matches in any tags table during a single find-tag loop. When we run out of matches, clear it and null out the markers.
author Roland McGrath <roland@gnu.org>
date Fri, 07 Jun 1996 17:31:33 +0000
parents e010fc52b552
children 67b464da13ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3289
e010fc52b552 Just load vt100.el.
Richard M. Stallman <rms@gnu.org>
parents: 479
diff changeset
1 (load "term/vt100" nil t)