From: Lars Ingebrigtsen Date: Tue, 24 Apr 2018 14:46:42 +0000 (+0200) Subject: libxml-parse-*-region calling convention fix X-Git-Tag: emacs-27.0.90~5103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a29677a0317dd68fd4a54fbccca73b1e6f178f95;p=emacs.git libxml-parse-*-region calling convention fix * lisp/subr.el (libxml-parse-xml-region) (libxml-parse-html-region): Adjust the calling convention to note that the final parameter is optional. --- diff --git a/lisp/subr.el b/lisp/subr.el index 9cf7d596cd9..74d4a7f427a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1456,8 +1456,8 @@ be a list of the form returned by `event-start' and `event-end'." (set-advertised-calling-convention 'unintern '(name obarray) "23.3") (set-advertised-calling-convention 'indirect-function '(object) "25.1") (set-advertised-calling-convention 'redirect-frame-focus '(frame focus-frame) "24.3") -(set-advertised-calling-convention 'libxml-parse-xml-region '(start end base-url) "27.1") -(set-advertised-calling-convention 'libxml-parse-html-region '(start end base-url) "27.1") +(set-advertised-calling-convention 'libxml-parse-xml-region '(start end &optional base-url) "27.1") +(set-advertised-calling-convention 'libxml-parse-html-region '(start end &optional base-url) "27.1") ;;;; Obsolescence declarations for variables, and aliases.