1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/cedet/semantic
Po Lu 3968b36ae0 Fix Semantic tag discovery when loading of unloaded files is suppressed
* lisp/cedet/semantic/db-find.el
(semanticdb-find-tags-by-name-method)
(semanticdb-find-tags-by-name-regexp-method)
(semanticdb-find-tags-for-completion-method)
(semanticdb-find-tags-by-class-method)
(semanticdb-find-tags-external-children-of-type-method)
(semanticdb-find-tags-subclasses-of-type-method)
(semanticdb-deep-find-tags-by-name-method)
(semanticdb-deep-find-tags-by-name-regexp-method)
(semanticdb-deep-find-tags-for-completion-method): Verify that
tags is bound before accessing it; this slot is unbound in
tables created for unloaded files when the `unloaded' throttle
is disabled.
2024-04-05 10:39:33 +08:00
..
analyze ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bovine ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
decorate Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
symref Simplify mode-indexed tables in packages 2024-03-09 10:29:32 -05:00
wisent Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
analyze.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bovine.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
chart.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
complete.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ctxt.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-debug.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-ebrowse.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
db-el.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-file.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-find.el Fix Semantic tag discovery when loading of unloaded files is suppressed 2024-04-05 10:39:33 +08:00
db-global.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-javascript.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-ref.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db-typecache.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
db.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
debug.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
decorate.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dep.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
doc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ede-grammar.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
edit.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
find.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
format.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
fw.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
grammar.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
grm-wy-boot.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
html.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ia-sb.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ia.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idle.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
imenu.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
java.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
lex-spp.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
lex.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
mru-bookmark.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sb.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
scope.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
senator.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sort.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
symref.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tag-file.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tag-ls.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tag-write.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tag.el * lisp/cedet/semantic/tag.el (semantic-tag): New type 2024-03-29 15:32:48 -04:00
texi.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
util-modes.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
util.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
wisent.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00