From a29677a0317dd68fd4a54fbccca73b1e6f178f95 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 24 Apr 2018 16:46:42 +0200 Subject: [PATCH] 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. --- lisp/subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5