Mercurial > hg > xemacs-beta
diff lisp/ediff/ediff-tbar.el @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 0293115a14e9 |
children |
line wrap: on
line diff
--- a/lisp/ediff/ediff-tbar.el Mon Aug 13 09:52:21 2007 +0200 +++ b/lisp/ediff/ediff-tbar.el Mon Aug 13 09:53:19 2007 +0200 @@ -239,7 +239,7 @@ (lambda (type) (let ((ebuf (ediff-get-buffer type))) (and (ediff-buffer-live-p ebuf) - (ediff-eval-in-buffer ebuf + (ediff-with-current-buffer ebuf (and (buffer-modified-p) (save-buffer))))))) '(A B C)))) @@ -364,8 +364,8 @@ ;;; Local Variables: ;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) -;;; eval: (put 'ediff-eval-in-buffer 'lisp-indent-hook 1) -;;; eval: (put 'ediff-eval-in-buffer 'edebug-form-spec '(form body)) +;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) +;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) ;;; End: ;;; ediff-tbar.el ends here