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.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sat, 24 Sep 2005 19:26:38 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.399 emacs/lisp/vc.el:1.400
*** emacs/lisp/vc.el:1.399      Sat Sep 24 13:44:00 2005
--- emacs/lisp/vc.el    Sat Sep 24 23:26:27 2005
***************
*** 2727,2733 ****
        (error "Deleting files under %s is not supported in VC" backend))
      (if (and buf (buffer-modified-p buf))
        (error "Please save files before deleting them"))
!     (unless (y-or-n-p (format "Really want to delete %s ? "
                              (file-name-nondirectory file)))
        (error "Abort!"))
      (unless (or (file-directory-p file) (null make-backup-files))
--- 2727,2733 ----
        (error "Deleting files under %s is not supported in VC" backend))
      (if (and buf (buffer-modified-p buf))
        (error "Please save files before deleting them"))
!     (unless (y-or-n-p (format "Really want to delete %s? "
                              (file-name-nondirectory file)))
        (error "Abort!"))
      (unless (or (file-directory-p file) (null make-backup-files))




reply via email to

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