Mercurial > emacs
changeset 78639:0c7ac1e33f19
(cvs-mode-status): Fix long-standing typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 18:39:32 +0000 |
parents | a5611e4218bf |
children | 33d0b6780fb2 |
files | lisp/pcvs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs.el Thu Aug 23 18:39:20 2007 +0000 +++ b/lisp/pcvs.el Thu Aug 23 18:39:32 2007 +0000 @@ -1904,7 +1904,7 @@ (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags"))) (cvs-mode-do "status" flags nil :dont-change-disc t :show t :postproc (when (eq cvs-auto-remove-handled 'status) - '((with-current-buffer ,(current-buffer) + `((with-current-buffer ,(current-buffer) (cvs-mode-remove-handled)))))) (defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)