]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Feb 2018 23:44:35 +0000 (18:44 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Feb 2018 23:44:35 +0000 (18:44 -0500)
lisp/nxml/nxml-mode.el

index 7dc0be8c8ed21fe64c35f6a6b10210ca239f6b02..1df410e505de87a46ff77efd72dad9a8a357072d 100644 (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