Fix position of define-obsolete-variable-alias

This commit is contained in:
Stephan Creutz 2021-06-13 15:27:56 +02:00
parent 21a75ba79b
commit ac986792c3

View File

@ -16,13 +16,12 @@
(require 'help-mode) ; byte-compiling needs to know about xref-type buttons (require 'help-mode) ; byte-compiling needs to know about xref-type buttons
;; we support notifications on darwin too, thanks to growlnotify ;; 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" (defcustom el-get-growl-notify-path "/usr/local/bin/growlnotify"
"Absolute path of the growlnotify tool" "Absolute path of the growlnotify tool"
:group 'el-get :group 'el-get
:type 'file) :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) ;; notify user with emacs notifications API (new in 24)
;; ;;
(when (and (eq system-type 'darwin) (when (and (eq system-type 'darwin)