diff options
author | 2008-10-16 14:52:50 -0400 | |
---|---|---|
committer | 2008-10-16 14:52:50 -0400 | |
commit | 5a71851c8495e85a43227db438b15a3060d724d9 (patch) | |
tree | ab0690fed40107d83f9a1d07ba3e406eb9f88b9d /src/elisp/urweb-mode.el | |
parent | 0abf429653cf148874a7e4dbf0918e77126b87d2 (diff) |
Fix problem with sig/struct indenting
Diffstat (limited to 'src/elisp/urweb-mode.el')
-rw-r--r-- | src/elisp/urweb-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/elisp/urweb-mode.el b/src/elisp/urweb-mode.el index b44ebbb1..1938eeba 100644 --- a/src/elisp/urweb-mode.el +++ b/src/elisp/urweb-mode.el @@ -586,8 +586,6 @@ Point should be just before the symbol ORIG-SYM and is not preserved." (let ((sym (unless (save-excursion (urweb-backward-arg)) (urweb-backward-spaces) (urweb-backward-sym)))) - (if (and (= sym ">") (save-excursion (backward-char 5) (looking-at "</xml"))) - (setq sym "</xml>")) (if (member sym '(";" "d=")) (setq sym nil)) (if sym (urweb-get-sym-indent sym) ;; FIXME: this can take a *long* time !! |