]> code.delx.au - gnu-emacs/commitdiff
* lisp/character-fold.el: Provide `character-fold'
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Oct 2015 13:49:52 +0000 (14:49 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Oct 2015 13:49:52 +0000 (14:49 +0100)
lisp/character-fold.el

index 223a2cdd51ab86bb3096e0a4893b7c81144431b5..0e156c50ddefe3fc90808046ead9205d9891ea3f 100644 (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