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:
parent
1f67a21149
commit
cadfceab1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user