diff --git a/curl-style.el b/curl-style.el index 7a6dfc3579..f3cf4f8ec3 100644 --- a/curl-style.el +++ b/curl-style.el @@ -34,7 +34,7 @@ ;; c-mode-base-map because of inheritance ... (define-key c-mode-base-map "\M-q" 'c-fill-paragraph) (setq c-recognize-knr-p nil) - (add-hook 'write-file-hooks 'delete-trailing-whitespace) + ;;; (add-hook 'write-file-hooks 'delete-trailing-whitespace t) (setq show-trailing-whitespace t) )