From b4a890c2e219de2c4b247de2d6d6783b0a1bf73b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 20 Feb 2015 23:53:25 -0500 Subject: sync-mail: Remove global variable --- lisp/init-gnus.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index d40280e..a5011ff 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -39,10 +39,7 @@ (display-buffer bufname) (if (process-live-p process) (message "Mail sync process is already running") - (start-process process bufname km/sync-mail-cmd)))) - -(defvar km/sync-mail-cmd "sync-mail" - "Run sync mail script.") + (start-process process bufname "sync-mail")))) ;; http://www.emacswiki.org/emacs/GnusSync (defun gnus-grace-exit-before-kill-emacs () -- cgit v1.2.3