1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.

This commit is contained in:
Glenn Morris 2018-02-27 18:44:35 -05:00
parent e554c0c02b
commit 4494c4cb63

View file

@ -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