emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el
Date: Sat, 24 Sep 2005 09:44:35 -0400

Index: emacs/lisp/vc-mcvs.el
diff -c emacs/lisp/vc-mcvs.el:1.19 emacs/lisp/vc-mcvs.el:1.20
*** emacs/lisp/vc-mcvs.el:1.19  Sat Aug  6 22:13:43 2005
--- emacs/lisp/vc-mcvs.el       Sat Sep 24 13:44:00 2005
***************
*** 225,231 ****
      ;; Make sure the `mcvs add' will not fire up the CVSEDITOR
      ;; to add a rule for the given file's extension.
      (when (and ext (not (assoc ext types)))
!       (let ((type (completing-read "Type to use [default]: "
                                   '("default" "name-only" "keep-old"
                                     "binary" "value-only")
                                   nil t nil nil "default")))
--- 225,231 ----
      ;; Make sure the `mcvs add' will not fire up the CVSEDITOR
      ;; to add a rule for the given file's extension.
      (when (and ext (not (assoc ext types)))
!       (let ((type (completing-read "Type to use (default): "
                                   '("default" "name-only" "keep-old"
                                     "binary" "value-only")
                                   nil t nil nil "default")))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]