Help outline-minor-mode avoid some false matches
* lisp/international/emoji.el (emoji--generate-file): Help 'outline-minor-mode' avoid false matches by quoting certain characters when they appear at bol in a multi-line string.
This commit is contained in:
parent
7be73593b4
commit
5b0121b708
1 changed files with 2 additions and 2 deletions
|
@ -426,9 +426,9 @@ the name is not known."
|
|||
;; no-update-autoloads: t
|
||||
;; End:
|
||||
|
||||
(provide 'emoji-labels)
|
||||
\(provide 'emoji-labels)
|
||||
|
||||
;;; emoji-labels.el ends here\n")
|
||||
\;;; emoji-labels.el ends here\n")
|
||||
(write-region (point-min) (point-max) file)))
|
||||
|
||||
(defun emoji--base-name (name derivations)
|
||||
|
|
Loading…
Add table
Reference in a new issue