From bd3aba5d6a1ad3e54b3502b4c5786c3bec9f842a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 19 May 2004 08:16:08 +0000 Subject: 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. --- curl-style.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- cgit v1.2.1