8 lines
159 B
EmacsLisp
8 lines
159 B
EmacsLisp
|
|
||
|
(defvar utf8-problem
|
||
|
"\\(?:^\\|[[:space:]]\\)\\(?:href\\|src\\)[[:space:]]*=[[:space:]]*\"\\([^<«\"]*\\)\"")
|
||
|
|
||
|
;; Local Variables:
|
||
|
;; coding: utf-8
|
||
|
;; End:
|