From 37c269d0bacc3ac7d7c506998b4ddbf104c4f9d8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 May 2004 12:12:09 +0000 Subject: [PATCH] meta-m runs delete-trailing-whitespace in curl-mode --- curl-style.el | 1 + 1 file changed, 1 insertion(+) diff --git a/curl-style.el b/curl-style.el index f3cf4f8ec..10710a3de 100644 --- a/curl-style.el +++ b/curl-style.el @@ -33,6 +33,7 @@ ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ... (define-key c-mode-base-map "\M-q" 'c-fill-paragraph) + (define-key c-mode-base-map "\M-m" 'delete-trailing-whitespace) (setq c-recognize-knr-p nil) ;;; (add-hook 'write-file-hooks 'delete-trailing-whitespace t) (setq show-trailing-whitespace t)