1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/lisp/progmodes
Roland McGrath f06df5635f (tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
(tags-next-table): Save tags-table-list in tags-table-parent-pointer-list
and then set it to tags-included-tables.
Restore tags-table-list from tags-table-parent-pointer-list.
(tags-find-table-in-list): Renamed from tags-table-list-member.
Search included tables.  Take new arg MOVE-TO; if t, frob list pointers.
(tags-table-including): Save tags-table-list in tags-table-parent-pointer-list.
Set tags-table-list to the passed TABLES value.
(visit-tags-table-buffer): When CONT is nil, pop all
tags-table-parent-pointer-list state before doing anything else.
Don't do list frobnication when CONT is 'same.
Call tags-find-table-in-list instead of tags-table-list-member; let it do
list frobnication when it succeeds.
1994-04-30 00:51:52 +00:00
..
asm-mode.el (asm-mode): Doc fix. 1994-03-22 20:48:30 +00:00
awk-mode.el (awk-mode-syntax-table): Was mistakenly changing 1993-12-24 03:34:11 +00:00
c-mode.el (calculate-c-indent): Don't loop forever at bobp. 1994-03-30 01:43:08 +00:00
cmacexp.el (c-macro-expansion): changed the algorithm to allow 1994-04-21 18:40:14 +00:00
compile.el (compilation-error-regexp-alist): Add fortran pattern. 1994-04-27 21:57:57 +00:00
cplus-md.el Don't use triple-hyphen in a character class. 1994-03-12 00:23:12 +00:00
etags.el (tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists. 1994-04-30 00:51:52 +00:00
fortran.el (fortran-blink-matching-do): New function, 1994-04-07 17:14:44 +00:00
hideif.el (hif-tokenize): Handle // comments after #if. 1994-01-11 05:47:14 +00:00
icon.el Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
inf-lisp.el (inferior-lisp-mode): Remove space after `:' in mode-line-process. 1994-04-24 08:16:47 +00:00
make-mode.el (makefile-mode): Removed extra quote before makefile-warn-suspicious-lines. 1994-04-22 20:20:49 +00:00
modula2.el Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
pascal.el (pascal-outline-map): Move pascal-outline-goto-defun to C-c C-d. 1994-04-18 01:06:31 +00:00
perl-mode.el (perl-mode): Set parse-sexp-ignore-comments. 1994-02-12 02:17:58 +00:00
prolog.el Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
scheme.el Put hyphen in a safer place in the character class. 1994-03-12 01:23:16 +00:00
sh-script.el entered into RCS 1994-03-22 05:43:25 +00:00
simula.el Fix version in comment. 1993-09-06 13:01:02 +00:00
tcl.el Wrote tcl-indent-for-comment 1994-04-23 16:23:36 +00:00