mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(cvs-parse-table): Use `with-temp-buffer' to avoid leaving temporary
.cvsignore buffers behind.
This commit is contained in:
parent
a04e10bc37
commit
501719afed
@ -1,3 +1,8 @@
|
||||
2006-04-13 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
|
||||
leaving temporary .cvsignore buffers behind.
|
||||
|
||||
2006-04-13 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-set-regexps-and-options,
|
||||
|
@ -271,8 +271,8 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
|
||||
;; on the current branch (either because it only exists in other
|
||||
;; branches, or because it's been removed).
|
||||
(if (ignore-errors
|
||||
(with-current-buffer
|
||||
(find-file-noselect (expand-file-name
|
||||
(with-temp-buffer
|
||||
(insert-file-contents (expand-file-name
|
||||
".cvsignore" (file-name-directory dir)))
|
||||
(goto-char (point-min))
|
||||
(re-search-forward
|
||||
|
Loading…
Reference in New Issue
Block a user