From 6b2f6872140b7ba1c5d153eba2ede2b91f8850d6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 16 Oct 2008 12:55:16 -0400 Subject: Fix XML indent not to take two tab-tries --- src/elisp/urweb-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'src/elisp') diff --git a/src/elisp/urweb-mode.el b/src/elisp/urweb-mode.el index a364e50f..5a673d23 100644 --- a/src/elisp/urweb-mode.el +++ b/src/elisp/urweb-mode.el @@ -511,6 +511,7 @@ If anyone has a good algorithm for this..." (and (urweb-in-xml) (let ((prev-indent (save-excursion (previous-line 1) + (end-of-line 1) (re-search-backward "^[^\n]" nil t) (current-indentation)))) (cond -- cgit v1.2.3