diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 23:10:18 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 23:10:18 +0100 |
commit | d20b5f8a3f70ad065b7bff6057ff5b60a0cb4597 (patch) | |
tree | 17e081460788131c223d0448daf5ab7d8169b301 | |
parent | 4033946422986a7971b1197beb7b7bd80ba9c29a (diff) |
git-email: Remove unused variable
-rw-r--r-- | git-email.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git-email.el b/git-email.el index ef67968..420fc51 100644 --- a/git-email.el +++ b/git-email.el @@ -111,9 +111,6 @@ If none of the functions return non-nil value, :type '(symbol) :group 'git-email) -(defface git-email-revision-face '((t :inherit font-lock-comment-face)) - "Face used for the revision when selecting from the minibuffer.") - ;;;; Remove Compiler warnings (declare-function dired-get-filename "dired.el") (declare-function dired-map-over-marks "dired.el") |