comparison lisp/ibuf-ext.el @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents 35e3789db058 7c8949dbfa0d
children 1251cabc40b7
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
1329 If a buffer has no filename, it is ignored. 1329 If a buffer has no filename, it is ignored.
1330 1330
1331 With no prefix arg, use the filename sans its directory of each marked file. 1331 With no prefix arg, use the filename sans its directory of each marked file.
1332 With a zero prefix arg, use the complete filename of each marked file. 1332 With a zero prefix arg, use the complete filename of each marked file.
1333 With \\[universal-argument], use the filename of each marked file relative 1333 With \\[universal-argument], use the filename of each marked file relative
1334 to `ibuffer-default-directory' iff non-nil, otherwise `default-directory'. 1334 to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
1335 1335
1336 You can then feed the file name(s) to other commands with \\[yank]." 1336 You can then feed the file name(s) to other commands with \\[yank]."
1337 (interactive "p") 1337 (interactive "p")
1338 (if (zerop (ibuffer-count-marked-lines)) 1338 (if (zerop (ibuffer-count-marked-lines))
1339 (message "No buffers marked; use 'm' to mark a buffer") 1339 (message "No buffers marked; use 'm' to mark a buffer")