branch: externals/xelb commit f5a7ca962057900a0e960520d1bf5db02c68a602 Author: Chris Feng <chris.w.f...@gmail.com> Commit: Chris Feng <chris.w.f...@gmail.com>
Minor fix * el_client.el: Should require `pp' library. --- el_client.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/el_client.el b/el_client.el index b662caa..bc0be64 100644 --- a/el_client.el +++ b/el_client.el @@ -41,6 +41,7 @@ ;;; Code: (require 'cl-lib) +(require 'pp) ;;;; Variables @@ -116,7 +117,6 @@ an `xelb-auto-padding' attribute." "Parse an XCB protocol description file FILE (XML)." (let ((pp-escape-newlines nil) ;do not escape newlines result header) - (cl-assert (not pp-escape-newlines)) ;only to remove a compile warning (with-temp-buffer (insert-file-contents file) (setq result (libxml-parse-xml-region (point-min) (point-max) nil t))