+2005-08-26 Romain Francoise <romain@orebokech.com>
+
+ * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
+ instead of the obsolete `compile-internal'.
+
2005-08-26 Juanma Barranquero <lekktu@gmail.com>
* smerge-mode.el (smerge-refined-change): Add :group.
(forward-list)))))))
\f
-(autoload 'compile-internal "compile")
+(autoload 'compilation-start "compile")
(defun sgml-validate (command)
"Validate an SGML document.
(file-name-nondirectory name))))))))
(setq sgml-saved-validate-command command)
(save-some-buffers (not compilation-ask-about-save) nil)
- (compile-internal command "No more errors"))
+ (compilation-start command))
(defsubst sgml-at-indentation-p ()
"Return true if point is at the first non-whitespace character on the line."