projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073ad26
)
Ignore buffer restriction for tags-loop-eval
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 1 Aug 2015 11:21:02 +0000
(14:21 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 1 Aug 2015 11:40:55 +0000
(14:40 +0300)
* lisp/progmodes/etags.el (tags-loop-continue): Ignore buffer
restriction (bug#21167).
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index f5745a9c8e840554f9d306c88360e34dc633daea..04c3ce110f7661a33bfacb65618acf540c3d57ab 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-1846,7
+1846,9
@@
nil, we exit; otherwise we scan the next file."
;; Now operate on the file.
;; If value is non-nil, continue to scan the next file.
- (tags-loop-eval tags-loop-operate))
+ (save-restriction
+ (widen)
+ (tags-loop-eval tags-loop-operate)))
(setq file-finished t))
(and messaged
(null tags-loop-operate)