diff --git a/haskell-c2hs.el b/haskell-c2hs.el index 8eb31ff8..092f4753 100644 --- a/haskell-c2hs.el +++ b/haskell-c2hs.el @@ -34,12 +34,12 @@ (add-to-list 'auto-mode-alist '("\\.chs\\'" . haskell-c2hs-mode)) (defface haskell-c2hs-hook-pair-face - '((t (:inherit 'font-lock-preprocessor-face))) + '((t (:inherit font-lock-preprocessor-face))) "Face for highlighting {#...#} pairs." :group 'haskell) (defface haskell-c2hs-hook-name-face - '((t (:inherit 'font-lock-keyword-face))) + '((t (:inherit font-lock-keyword-face))) "Face for highlighting c2hs hook names." :group 'haskell) diff --git a/haskell-commands.el b/haskell-commands.el index f9ed3da4..c9ae488b 100644 --- a/haskell-commands.el +++ b/haskell-commands.el @@ -46,7 +46,7 @@ (defcustom haskell-mode-stylish-haskell-args nil "Arguments to pass to program specified by haskell-mode-stylish-haskell-path." :group 'haskell - :type 'list) + :type '(list string)) (defcustom haskell-interactive-set-+c t