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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Wed, 18 Sep 2002 21:02:52 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.240 emacs/lisp/dired.el:1.241
*** emacs/lisp/dired.el:1.240   Wed Sep 18 03:50:37 2002
--- emacs/lisp/dired.el Wed Sep 18 21:02:52 2002
***************
*** 2248,2258 ****
  `uncompress'.")
  
  (defun dired-mark-pop-up (bufname op-symbol files function &rest args)
!   "Return FUNCTION's result on ARGS after popping up a window
! \(in a buffer named BUFNAME, nil gives \" *Marked Files*\") showing the marked
! files.  Uses function `dired-pop-to-buffer' to do that.
!  FUNCTION should not manipulate files.
!  It should only read input (an argument or confirmation).
  The window is not shown if there is just one file or
   OP-SYMBOL is a member of the list in `dired-no-confirm'.
  FILES is the list of marked files."
--- 2248,2260 ----
  `uncompress'.")
  
  (defun dired-mark-pop-up (bufname op-symbol files function &rest args)
!   "Return FUNCTION's result on ARGS after showing which files are marked.
! Displays the file names in a buffer named BUFNAME;
!  nil gives \" *Marked Files*\".
! This uses function `dired-pop-to-buffer' to do that.
! 
! FUNCTION should not manipulate files, just read input
!  (an argument or confirmation).
  The window is not shown if there is just one file or
   OP-SYMBOL is a member of the list in `dired-no-confirm'.
  FILES is the list of marked files."




reply via email to

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