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:
parent
e554c0c02b
commit
4494c4cb63
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue