emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dired-aux.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Fri, 14 Feb 2003 04:56:30 -0500

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.109 emacs/lisp/dired-aux.el:1.110
*** emacs/lisp/dired-aux.el:1.109       Fri Jan 31 10:14:24 2003
--- emacs/lisp/dired-aux.el     Fri Feb 14 04:56:30 2003
***************
*** 677,683 ****
    '((?\y . y) (?\040 . y)             ; `y' or SPC means accept once
      (?n . n) (?\177 . n)              ; `n' or DEL skips once
      (?! . yes)                                ; `!' accepts rest
!     (?q. no) (?\e . no)                       ; `q' or ESC skips rest
      ;; None of these keys quit - use C-g for that.
      ))
  
--- 677,683 ----
    '((?\y . y) (?\040 . y)             ; `y' or SPC means accept once
      (?n . n) (?\177 . n)              ; `n' or DEL skips once
      (?! . yes)                                ; `!' accepts rest
!     (?q . no) (?\e . no)              ; `q' or ESC skips rest
      ;; None of these keys quit - use C-g for that.
      ))
  




reply via email to

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