aboutsummaryrefslogtreecommitdiff
path: root/curl-style.el
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-19 08:16:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-19 08:16:08 +0000
commitbd3aba5d6a1ad3e54b3502b4c5786c3bec9f842a (patch)
treea130b2d124921b662413a56870ecf1672af5b8f5 /curl-style.el
parent29ed6d24bfaa7664cb91852f8270df854440d3af (diff)
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.
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)
)