From cda8cde02d1609c3495103e8e23d7f08a0051fe5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 1 Oct 2015 13:48:48 -0400 Subject: [PATCH] Silence advised function warnings --- core/core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 12d0bb26d..106a60808 100644 --- a/core/core.el +++ b/core/core.el @@ -5,7 +5,7 @@ ;; narf-... A public variable/constant or function ;; narf--... An internal variable or function (non-interactive) ;; narf/... An autoloaded interactive function -;; narf:... An ex command OR keybind function +;; narf:... An ex command ;; narf|... A hook ;; narf*... An advising function ;; ...! Macro @@ -13,6 +13,7 @@ ;;; (setq-default + ad-redefinition-action 'accept ; silence the advised function warnings compilation-always-kill t compilation-ask-about-save nil compilation-scroll-output t