From ac986792c35638bdcfc8b69ecd5a4132d4a82668 Mon Sep 17 00:00:00 2001 From: Stephan Creutz Date: Sun, 13 Jun 2021 15:27:56 +0200 Subject: [PATCH] Fix position of define-obsolete-variable-alias --- el-get-notify.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/el-get-notify.el b/el-get-notify.el index 3ed85158..84ab1fb4 100644 --- a/el-get-notify.el +++ b/el-get-notify.el @@ -16,13 +16,12 @@ (require 'help-mode) ; byte-compiling needs to know about xref-type buttons ;; we support notifications on darwin too, thanks to growlnotify +(define-obsolete-variable-alias 'el-get-growl-notify 'el-get-growl-notify-path "4.0") (defcustom el-get-growl-notify-path "/usr/local/bin/growlnotify" "Absolute path of the growlnotify tool" :group 'el-get :type 'file) -(define-obsolete-variable-alias 'el-get-growl-notify 'el-get-growl-notify-path "4.0") - ;; notify user with emacs notifications API (new in 24) ;; (when (and (eq system-type 'darwin)