Fix compiler warning

This commit is contained in:
Tom Willemse 2015-12-18 00:39:29 +01:00
parent 9d1b5e4849
commit 4558772743

View file

@ -886,7 +886,7 @@ If no direction is given, don't split."
;; Notify me of the finished status of compilation.
(add-hook 'compilation-finish-functions 'oni:alert-compilation-finish)
(oni:add-function-to-hooks #'oni:make-readable
(oni:add-function-to-hooks 'oni:make-readable
'Info-mode-hook 'gnus-article-mode-hook 'gnus-group-mode-hook
'org-agenda-mode-hook)
@ -925,7 +925,7 @@ If no direction is given, don't split."
#'paredit-mode #'eldoc-mode #'oni:set-emacs-lisp-keys)
(oni:add-hooks 'jabber-chat-mode-hook
#'oni:set-keys-for-jabber-chat #'oni:make-readable
#'oni:set-keys-for-jabber-chat 'oni:make-readable
#'oni:reset-default-directory)
(oni:add-hooks 'js2-mode-hook
@ -961,7 +961,7 @@ If no direction is given, don't split."
#'outline-minor-mode)
(oni:add-hooks 'text-mode-hook
#'auto-fill-mode #'flyspell-mode #'oni:make-readable)
#'auto-fill-mode #'flyspell-mode 'oni:make-readable)
;;;; Keybindings