From: Daniel Stenberg Date: Wed, 19 May 2004 08:16:08 +0000 (+0000) Subject: The kill trailing whitespace needs to be set better as this way it takes X-Git-Tag: curl-7_12_0~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd3aba5d6a1ad3e54b3502b4c5786c3bec9f842a;p=curl The kill trailing whitespace needs to be set better as this way it takes effect globally which isn't nice. Commented it out for now. Display trailing whitespace still, to remind me. --- diff --git a/curl-style.el b/curl-style.el index 7a6dfc357..f3cf4f8ec 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) )