diff options
| author | Glenn Morris | 2018-02-27 18:44:35 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-27 18:44:35 -0500 |
| commit | 4494c4cb63808df8f962e90e5d1ac4cf0d5d2f83 (patch) | |
| tree | 7e6196ccf5aa7d544ef55edc90ec76cec8905647 | |
| parent | e554c0c02b4ca77f0b3aa97ecec0243b19e23320 (diff) | |
| download | emacs-4494c4cb63808df8f962e90e5d1ac4cf0d5d2f83.tar.gz emacs-4494c4cb63808df8f962e90e5d1ac4cf0d5d2f83.zip | |
* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 493 | ;; FIXME: Use the fact that we're parsing the document already | 493 | ;; FIXME: Use the fact that we're parsing the document already |
| 494 | ;; rather than using regex-based filtering. | 494 | ;; rather than using regex-based filtering. |
| 495 | (setq-local tildify-foreach-region-function | 495 | (setq-local tildify-foreach-region-function |
| 496 | (apply-partially #'tildify-foreach-ignore-environments | 496 | (apply-partially 'tildify-foreach-ignore-environments |
| 497 | '(("<! *--" . "-- *>") ("<" . ">")))) | 497 | '(("<! *--" . "-- *>") ("<" . ">")))) |
| 498 | (setq-local mode-line-process '((nxml-degraded "/degraded"))) | 498 | (setq-local mode-line-process '((nxml-degraded "/degraded"))) |
| 499 | ;; We'll determine the fill prefix ourselves | 499 | ;; We'll determine the fill prefix ourselves |