X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-compat.el;h=ad134dfee99c273f7ffb5895730364902abe40af;hb=6cae6f32b197f863c2e53a8fc28d888998a4fb7c;hp=2975f4c2ec1bffb31a4e1e4110544b82a2d2a01d;hpb=06a629826208358dc6448986a47423124d7e0479;p=notmuch diff --git a/emacs/notmuch-compat.el b/emacs/notmuch-compat.el index 2975f4c2..ad134dfe 100644 --- a/emacs/notmuch-compat.el +++ b/emacs/notmuch-compat.el @@ -1,4 +1,4 @@ -;;; notmuch-compat.el --- compatibility functions for earlier versions of emacs +;;; notmuch-compat.el --- compatibility functions for earlier versions of emacs -*- lexical-binding: t -*- ;; ;; The functions in this file are copied from more modern versions of ;; emacs and are Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2017 @@ -41,8 +41,6 @@ (unless (fboundp 'message--fold-long-headers) (add-hook 'message-header-hook 'notmuch-message--fold-long-headers)) -;; End of compatibility functions - (provide 'notmuch-compat) ;;; notmuch-compat.el ends here