Mercurial > emacs
comparison lisp/ChangeLog @ 76769:3693d2ee35b8
(vc-with-current-file-buffer): New macro.
(vc-arch-file-source-p): Use it to avoid infloop.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 28 Mar 2007 01:19:43 +0000 |
parents | 36178b78d004 |
children | e359709ed895 |
comparison
equal
deleted
inserted
replaced
76768:36178b78d004 | 76769:3693d2ee35b8 |
---|---|
1 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc-arch.el (vc-with-current-file-buffer): New macro. | |
4 (vc-arch-file-source-p): Use it to avoid infloop. | |
5 | |
1 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change) | 6 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change) |
2 | 7 |
3 * emacs-lisp/lisp.el (lisp-complete-symbol): | 8 * emacs-lisp/lisp.el (lisp-complete-symbol): |
4 Fix call to get-buffer-window to find windows in other frames. | 9 Fix call to get-buffer-window to find windows in other frames. |
5 | 10 |