projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e554c0c
)
* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Feb 2018 23:44:35 +0000
(18:44 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Feb 2018 23:44:35 +0000
(18:44 -0500)
lisp/nxml/nxml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/nxml/nxml-mode.el
b/lisp/nxml/nxml-mode.el
index 7dc0be8c8ed21fe64c35f6a6b10210ca239f6b02..1df410e505de87a46ff77efd72dad9a8a357072d 100644
(file)
--- 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