emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4494c4c 2/2: * lisp/nxml/nxml-mode.el (nxml-mode):


From: Glenn Morris
Subject: [Emacs-diffs] master 4494c4c 2/2: * lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.
Date: Tue, 27 Feb 2018 18:44:46 -0500 (EST)

branch: master
commit 4494c4cb63808df8f962e90e5d1ac4cf0d5d2f83
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.
---
 lisp/nxml/nxml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 7dc0be8..1df410e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]