fix(mu4e): remove autoload cookie

Autoload cookie was not working as expected

Close #5331
This commit is contained in:
Ellis Kenyő 2021-08-02 08:55:13 +01:00 committed by GitHub
parent 130c6e90d5
commit 425f6a1264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
;;; email/mu4e/autoload/mu-lock.el -*- lexical-binding: t; -*- ;;; email/mu4e/autoload/mu-lock.el -*- lexical-binding: t; -*-
;;;###autoload (autoload 'file-notify-rm-watch "filenotify") (autoload 'file-notify-rm-watch "filenotify")
;;;###autoload (autoload 'file-notify-add-watch "filenotify") (autoload 'file-notify-add-watch "filenotify")
(defvar +mu4e-lock-file (expand-file-name "mu4e_lock" temporary-file-directory) (defvar +mu4e-lock-file (expand-file-name "mu4e_lock" temporary-file-directory)
"Location of the lock file which stores the PID of the process currenty running mu4e") "Location of the lock file which stores the PID of the process currenty running mu4e")