Silence advised function warnings

This commit is contained in:
Henrik Lissner 2015-10-01 13:48:48 -04:00
parent ccb174c424
commit cda8cde02d

View file

@ -5,7 +5,7 @@
;; narf-... A public variable/constant or function ;; narf-... A public variable/constant or function
;; narf--... An internal variable or function (non-interactive) ;; narf--... An internal variable or function (non-interactive)
;; narf/... An autoloaded interactive function ;; narf/... An autoloaded interactive function
;; narf:... An ex command OR keybind function ;; narf:... An ex command
;; narf|... A hook ;; narf|... A hook
;; narf*... An advising function ;; narf*... An advising function
;; ...! Macro ;; ...! Macro
@ -13,6 +13,7 @@
;;; ;;;
(setq-default (setq-default
ad-redefinition-action 'accept ; silence the advised function warnings
compilation-always-kill t compilation-always-kill t
compilation-ask-about-save nil compilation-ask-about-save nil
compilation-scroll-output t compilation-scroll-output t