comparison lisp/ChangeLog @ 104492:8db96f200ac8

Synch to Eric Ludlam's upstream CEDET repository. * cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in save-match-data. * cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap find-file in save-match-data. * cedet/semantic/util.el (semantic-file-tag-table) (semantic-recursive-find-nonterminal-by-name): Wrap find-file in save-match-data. * cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in save-match-data. * cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto" part with save-match-data. * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string): Save match data around calling the major mode to enable. * cedet/semantic/format.el (semantic-format-tag-short-doc-default): Wrap find-file in save-match-data. * cedet/semantic/fw.el (semantic-find-file-noselect): Wrap find-file in save-match-data
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 19 Sep 2009 17:25:30 +0000
parents ee206d5b836f
children a4e1a12c8b97
comparison
equal deleted inserted replaced
104491:ee206d5b836f 104492:8db96f200ac8
1 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2
3 Synch to Eric Ludlam's upstream CEDET repository.
4
5 * cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in
6 save-match-data.
7
8 * cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap
9 find-file in save-match-data.
10
11 * cedet/semantic/util.el (semantic-file-tag-table)
12 (semantic-recursive-find-nonterminal-by-name): Wrap find-file in
13 save-match-data.
14
15 * cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in
16 save-match-data.
17
18 * cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto"
19 part with save-match-data.
20
21 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
22 Save match data around calling the major mode to enable.
23
24 * cedet/semantic/format.el (semantic-format-tag-short-doc-default):
25 Wrap find-file in save-match-data.
26
27 * cedet/semantic/fw.el (semantic-find-file-noselect): Wrap
28 find-file in save-match-data
29
1 2009-09-13 Chong Yidong <cyd@stupidchicken.com> 30 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2 31
3 Synch to Eric Ludlam's upstream CEDET repository. 32 Synch to Eric Ludlam's upstream CEDET repository.
4 33
5 * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value): 34 * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):