[Top][All Lists]
[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."
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M. Stallman, 2002/09/14
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Markus Rost, 2002/09/15
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Stefan Monnier, 2002/09/16
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Kai Großjohann, 2002/09/18
- [Emacs-diffs] Changes to emacs/lisp/dired.el,
Richard M. Stallman <=
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Kai Großjohann, 2002/09/22