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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3aba5d6a1ad3e54b3502b4c5786c3bec9f842a;p=thirdparty%2Fcurl.git 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 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) )