diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-09 23:02:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-09 23:02:40 +0000 |
commit | 00b3f57b23991486d72b595b602b012839c04bcf (patch) | |
tree | 6c4a4e48926458fe6ad02940f949301d8a6386bb /lisp | |
parent | 16ad0a7100e47dbcac2a4cadcf470284e5ac5e73 (diff) | |
download | emacs-00b3f57b23991486d72b595b602b012839c04bcf.tar.gz emacs-00b3f57b23991486d72b595b602b012839c04bcf.tar.bz2 emacs-00b3f57b23991486d72b595b602b012839c04bcf.zip |
Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 638a8396a93..9981c733ae7 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Version: 5.0 -;; $Id: vc.el,v 1.22 1993/03/07 18:20:54 eggert Exp eric $ +;; $Id: vc.el,v 1.23 1993/03/09 22:56:29 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -417,7 +417,7 @@ level to check it in under." (auto-save-mode auto-save-default) (mail-mode) (erase-buffer) - (mail-sketup owner (format "%s:%s" file rev) nil nil nil + (mail-setup owner (format "%s:%s" file rev) nil nil nil (list (list 'vc-finish-steal file rev))) (goto-char (point-max)) (insert |