From 4902e827bc04d0e1cb17820fe522992995166fc7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 22 Feb 2011 20:00:52 -0800 Subject: [PATCH] Remove pointless setting of byte-compile-dynamic in tiny, tiny file. --- lisp/mail/mailclient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el index ab9f3662745..b957d9f36c6 100644 --- a/lisp/mail/mailclient.el +++ b/lisp/mail/mailclient.el @@ -1,4 +1,4 @@ -;;; mailclient.el --- mail sending via system's mail client. -*- byte-compile-dynamic: t -*- +;;; mailclient.el --- mail sending via system's mail client. ;; Copyright (C) 2005-2011 Free Software Foundation -- 2.39.5