From b03657a74e434b3c12a30d8302107e55eefde29c Mon Sep 17 00:00:00 2001 From: castortroy2801 Date: Sun, 7 Jul 2013 11:50:30 +0200 Subject: [PATCH] Update whitespace.el --- .emacs.d/whitespace.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/whitespace.el b/.emacs.d/whitespace.el index aee9c881f..bb412d114 100644 --- a/.emacs.d/whitespace.el +++ b/.emacs.d/whitespace.el @@ -27,7 +27,7 @@ ;;; Commentary: ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; +; ;; Introduction ;; ------------ ;; @@ -2451,6 +2451,7 @@ It should be added buffer-locally to `write-file-functions'." (global-whitespace-mode -1) ;; be sure all local whitespace mode is turned off (save-current-buffer + (dolist (buf (buffer-list)) (set-buffer buf) (whitespace-mode -1))) @@ -2465,3 +2466,5 @@ It should be added buffer-locally to `write-file-functions'." ;; arch-tag: 1b1e2500-dbd4-4a26-8f7a-5a5edfd3c97e ;;; whitespace.el ends here + +start