Function: shell-command-guess-open

shell-command-guess-open is a byte-compiled function defined in dired-aux.el.gz.

Signature

(shell-command-guess-open COMMANDS FILES)

Documentation

Populate COMMANDS by the open command.

Source Code

;; Defined in /usr/src/emacs/lisp/dired-aux.el.gz
(defun shell-command-guess-open (commands _files)
  "Populate COMMANDS by the `open' command."
  (append (ensure-list shell-command-guess-open) commands))