1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

* lisp/character-fold.el: Provide `character-fold'

This commit is contained in:
Juanma Barranquero 2015-10-30 14:49:52 +01:00
parent 1f67a21149
commit cadfceab1a

View File

@ -157,4 +157,6 @@ BOUND NOERROR COUNT are passed to `re-search-backward'."
(interactive "sSearch: ")
(re-search-backward (character-fold-to-regexp string) bound noerror count))
(provide 'character-fold)
;;; character-fold.el ends here