mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 695820e6bedbbc8d9445711c9f06829b1b1195e1 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 06:51:32 2014 -0500 Add w32-shell-execute for ignoring linux byte-compile errors --- ergoemacs-functions.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index 758c49a..d9d3c3d 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -1225,7 +1225,7 @@ Emacs buffers are those whose name starts with *." ;; This custome kill buffer is close-current-buffer. (declare-function dired-get-marked-files "dired.el") -;;;(declare-function w32-shell-execute ...) +(declare-function w32-shell-execute "w32fns.c") (defun ergoemacs-open-in-external-app (&optional file) "Open the current file or dired marked files in external app." (interactive)
