diff options
| -rw-r--r-- | lisp/pcvs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 1be24c9e1bb..1b83fa32448 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com | 13 | ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com |
| 14 | ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu | 14 | ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu |
| 15 | ;; Keywords: CVS, version control, release management | 15 | ;; Keywords: CVS, version control, release management |
| 16 | ;; Revision: $Id: pcvs.el,v 1.22 2000/12/11 03:20:21 monnier Exp $ | 16 | ;; Revision: $Id: pcvs.el,v 1.23 2000/12/18 03:17:40 monnier Exp $ |
| 17 | 17 | ||
| 18 | ;; This file is part of GNU Emacs. | 18 | ;; This file is part of GNU Emacs. |
| 19 | 19 | ||
| @@ -867,7 +867,7 @@ With a prefix argument, prompt for cvs FLAGS to use." | |||
| 867 | 867 | ||
| 868 | (defun-cvs-mode (cvs-mode-revert-buffer . SIMPLE) | 868 | (defun-cvs-mode (cvs-mode-revert-buffer . SIMPLE) |
| 869 | (&optional ignore-auto noconfirm) | 869 | (&optional ignore-auto noconfirm) |
| 870 | "Rerun `cvs-examine' on the current directory with the defauls flags." | 870 | "Rerun `cvs-examine' on the current directory with the default flags." |
| 871 | (interactive) | 871 | (interactive) |
| 872 | (cvs-examine default-directory t)) | 872 | (cvs-examine default-directory t)) |
| 873 | 873 | ||