From ce58542c850d3860d2e3ac90c0c6eaef5e3ff84c Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 20 Apr 2022 18:38:10 +0800 Subject: [PATCH] org-agenda.el: Re-enable native compilation * lisp/org-agenda.el: Re-enable native compilation as it does not cause any issues with agenda rendering without other custom changes not included in this branch. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 1a0ac23de..cb7f31d20 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1,4 +1,4 @@ -;;; org-agenda.el --- Dynamic task and appointment lists for Org -*- lexical-binding: t; no-native-compile: t; -*- +;;; org-agenda.el --- Dynamic task and appointment lists for Org -*- lexical-binding: t; -*- ;; Copyright (C) 2004-2022 Free Software Foundation, Inc.