;ELC ;;; Compiled ;;; in Emacs version 26.3 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'expand-region-core) #@130 Mark jstl-escape presumes that point is outside the brackets. If point is inside the brackets, they will be marked first anyway. (defalias 'er/mark-jstl-escape #[nil "\300\301!\204\f\302\303!\205\304u\210\305\303!\210\306`!\210\304u\210\307 \210\310 \207" [looking-at "\\${" er/looking-back-exact "$" 1 search-backward set-mark forward-list exchange-point-and-mark] 2 (#$ . 439) nil]) #@44 Adds JSP-specific expansions to the buffer (defalias 'er/add-jsp-expansions #[nil "\301\300!\210\302\303\"\211\207" [er/try-expand-list make-local-variable append (er/mark-jstl-escape)] 3 (#$ . 833)]) (byte-code "\300\301\302\"\210\303\304!\207" [er/enable-mode-expansions html-mode er/add-jsp-expansions provide jsp-expansions] 3)