Add lexical-binding to all files and fix warnings
about free variables (declare) and unused lexical vars (prefix with "_").
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;;; mu4e-actions.el -- part of mu4e, the mu mail user agent
|
||||
;;; mu4e-actions.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*-
|
||||
;;
|
||||
;; Copyright (C) 2011-2019 Dirk-Jan C. Binnema
|
||||
|
||||
@ -36,6 +36,11 @@
|
||||
(declare-function mu4e~proc-extract "mu4e-proc")
|
||||
(declare-function mu4e-headers-search "mu4e-headers")
|
||||
|
||||
(defvar mu4e-headers-include-related)
|
||||
(defvar mu4e-headers-show-threads)
|
||||
(defvar mu4e-view-show-addresses)
|
||||
(defvar mu4e-view-date-format)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(defun mu4e-action-count-lines (msg)
|
||||
|
||||
Reference in New Issue
Block a user