emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/log-edit.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/log-edit.el
Date: Mon, 28 Nov 2005 17:31:48 -0500

Index: emacs/lisp/log-edit.el
diff -c emacs/lisp/log-edit.el:1.35 emacs/lisp/log-edit.el:1.36
*** emacs/lisp/log-edit.el:1.35 Mon Nov 28 20:22:03 2005
--- emacs/lisp/log-edit.el      Mon Nov 28 22:31:47 2005
***************
*** 448,455 ****
  can thus take some time."
    (interactive)
    (when (or (interactive-p) (= (point-min) (point-max)))
!     (when (file-readable-p "CVS/Entries")
!       (call-process "cvs" nil t nil "checkout" "-p" "CVSROOT/rcstemplate"))))
  
  (defun log-edit-insert-filenames ()
    "Insert the list of files that are to be committed."
--- 448,457 ----
  can thus take some time."
    (interactive)
    (when (or (interactive-p) (= (point-min) (point-max)))
!     (when (file-readable-p "CVS/Root")
!       ;; Ignore the stderr stuff, even if it's an error.
!       (call-process "cvs" nil '(t nil) nil
!                     "checkout" "-p" "CVSROOT/rcstemplate"))))
  
  (defun log-edit-insert-filenames ()
    "Insert the list of files that are to be committed."




reply via email to

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