1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
emacs/lisp/progmodes
Roland McGrath 83287e5be3 Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
which were obviously never tested or even examined closely before
being installed.
(find-tag-file-order): Variable removed.
(find-tag-noselect): Remove gratuitously added variable SEARCH-TAG and
bogus clobbering of find-tag-order for patterns ending in dot (serious
braindamage here).
(find-tag-in-order): Remove gratuitously added variable TAGS-TABLE-FILE.
Remove variable MATCH-TYPE and code testing it for stupid special case.
(etags-recognize-tags-table): Put tag-exact-file-name-match-p first in
find-tag-tag-order list.  Don't set bogus find-tag-file-order variable.
(etags-snarf-tag): Notice file name match and return tag info with t
in place of tag text.
(etags-goto-tag-location): If (car TAG-INFO) is t, go directly to
the specified location.
(tag-exact-file-name-match-p): Renamed from tag-filename-match-p, and fixed.
(tags-table-files): Doc fix: names are returned unexpanded.
(etags-tags-table-files): Don't expand file names.
(tags-table-including, next-file): Expand result of (tags-table-files).
(tags-complete-tags-table-file): New function, helper for interactive
spec of list-tags.
(list-tags): Revert to original code, but use that function to lazify
the completion table.
(tags-list-functions-in-file, tags-locate-file-in-tags-table):
Functions removed.
1995-12-14 06:34:54 +00:00
..
ada-mode.el Comment change. 1995-10-30 17:35:01 +00:00
asm-mode.el (asm-mode): Make a per-buffer child keymap here. 1995-03-23 20:57:04 +00:00
awk-mode.el (awk-mode): Require cc-mode. 1995-11-10 17:09:45 +00:00
c-mode.el (c-imenu-generic-expression): Var defined. 1995-07-28 00:28:28 +00:00
cmacexp.el Require cc-mode. 1995-10-26 03:14:40 +00:00
compile.el (compilation-sentinel): Use the local value of 1995-11-14 03:48:33 +00:00
cplus-md.el (c++-mode): Remove autoload cookie. 1995-11-15 18:58:57 +00:00
cpp.el (cpp-edit-reset): Fix typo. 1995-04-19 06:37:49 +00:00
etags.el Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in, 1995-12-14 06:34:54 +00:00
executable.el (executable-set-magic): Use make-local-hook for after-save-hook. 1995-08-28 15:12:57 +00:00
f90.el Comment change. 1995-10-30 17:35:01 +00:00
fortran.el Fix to fortran-font-lock-keywords-* for new font-lock-keywords structure. 1995-10-26 13:31:26 +00:00
hideif.el Provide hideif; require cc-mode. 1995-10-26 03:13:43 +00:00
hideshow.el Fix capitalization in menu bar. 1995-05-30 23:05:08 +00:00
icon.el Define user options with defvar, not defconst. 1995-08-21 14:30:34 +00:00
inf-lisp.el (inferior-lisp-load-command): Doc fix. 1995-11-25 00:28:19 +00:00
make-mode.el (makefile-space-face): Don't list in facemenu. 1995-11-10 18:58:37 +00:00
modula2.el (m2-execute-monitor-command): Renamed from execute-monitor-command. 1995-08-27 17:15:57 +00:00
pascal.el Comment change. 1995-10-30 17:35:01 +00:00
perl-mode.el (perl-imenu-generic-expression) New variable. 1995-07-26 18:01:10 +00:00
prolog.el (prolog-mode-variables): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:38:25 +00:00
scheme.el (scheme-indent-sexp): Don't fail when 1995-03-31 19:23:55 +00:00
sh-script.el Provide sh-script. 1995-12-13 01:37:58 +00:00
simula.el (simula-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:43:35 +00:00
tcl.el (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end 1995-12-07 18:27:47 +00:00