all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can dired-run-shell-command be simplified?
@ 2011-10-28 10:25 Leo
  0 siblings, 0 replies; only message in thread
From: Leo @ 2011-10-28 10:25 UTC (permalink / raw)
  To: emacs-devel

Hello all,

Can this function be simplified as follows?

(defun dired-run-shell-command (command)
  (shell-command command)
  ;; Return nil for sake of nconc in dired-bunch-files.
  nil)

shell-command handles file-name-handler already.

Leo




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-28 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 10:25 Can dired-run-shell-command be simplified? Leo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.