From: Glenn Morris Date: Tue, 27 Feb 2018 23:44:35 +0000 (-0500) Subject: * lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'. X-Git-Tag: emacs-27.0.90~5605 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4494c4cb63808df8f962e90e5d1ac4cf0d5d2f83;p=emacs.git * lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'. --- diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 7dc0be8c8ed..1df410e505d 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -493,7 +493,7 @@ Many aspects this mode can be customized using ;; FIXME: Use the fact that we're parsing the document already ;; rather than using regex-based filtering. (setq-local tildify-foreach-region-function - (apply-partially #'tildify-foreach-ignore-environments + (apply-partially 'tildify-foreach-ignore-environments '(("") ("<" . ">")))) (setq-local mode-line-process '((nxml-degraded "/degraded"))) ;; We'll determine the fill prefix ourselves