From f75609e987847673d4d394efa27109d25982b449 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 21 Nov 2018 14:31:37 +0100 Subject: [PATCH] [Utils] Remove unnecessary command in XML pretty printer --- site-lisp/db-utils.el | 1 - 1 file changed, 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 6080889..05e38c1 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -266,7 +266,6 @@ are assumed to be of the form *.crt." (replace-match "<\\1>")) ;; Indent - (mark-whole-buffer) (indent-region (point-min) (point-max))))