unofficial mirror of emacs-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).