File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ * flymake.el 0.4.13 (2012-10-28-23:19)
2
+ * Use -e option to xmlstarlet XML validation so that line errors are captured and
3
+ exit code doesn't disable flymake.
4
+ (Contributed by @marcinant.)
5
+
1
6
* flymake.el 0.4.12 (2012-07-23-09:29)
2
7
* Use file-truename in flymake-create-temp-inplace to ensure tempfile names are in normal form.
3
8
(Contributed by @arnested.)
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
6
6
; ; Maintainer: Sam Graham <libflymake-emacs BLAHBLAH illusori.co.uk>
7
- ; ; Version: 0.4.12
7
+ ; ; Version: 0.4.13
8
8
; ; Keywords: c languages tools
9
9
10
10
; ; This file is part of GNU Emacs.
@@ -2163,7 +2163,7 @@ wish to have supplied to Perl -I."
2163
2163
2164
2164
; ;;; xml-specific init-cleanup routines
2165
2165
(defun flymake-xml-init ()
2166
- (list " xmlstarlet" (list " val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-copy ))))
2166
+ (list " xmlstarlet" (list " val" " -e " (flymake-init-create-temp-buffer-copy 'flymake-create-temp-copy ))))
2167
2167
2168
2168
(provide 'flymake )
2169
2169
You can’t perform that action at this time.
0 commit comments