Fix: removed quotation from sub-element inside quoted expression.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Aug 2019 18:28:12 +0300
changeset 1596 caadc3835d6c
parent 1595 0f4f0205ef3e
child 1597 69fb0b318f3c
Fix: removed quotation from sub-element inside quoted expression.
.emacs-my
--- a/.emacs-my	Sun Jul 28 13:49:08 2019 +0300
+++ b/.emacs-my	Mon Aug 19 18:28:12 2019 +0300
@@ -3795,7 +3795,7 @@
 (add-to-list
  'hs-special-modes-alist
  '(nxml-mode
-   "<!--\\|<[^/>][^>]*>" "-->\\|</[^/>]+>" "<!--" #'nxml-forward-element nil))
+   "<!--\\|<[^/>][^>]*>" "-->\\|</[^/>]+>" "<!--" nxml-forward-element nil))
 (add-hook 'nxml-mode-hook #'hs-minor-mode)
 ;; (setcdr (assoc 'nxml-mode hs-special-modes-alist) (list "<!--\\|<[^/>][^>]*>" "-->\\|</[^/>]+>" "<!--" #'nxml-forward-element nil))