aboutsummaryrefslogtreecommitdiff
path: root/curl-style.el
diff options
context:
space:
mode:
Diffstat (limited to 'curl-style.el')
-rw-r--r--curl-style.el2
1 files changed, 1 insertions, 1 deletions
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)
)