X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b578f267af27af50e3c091f8c9c9eee939b69978..10d31baea624fbf40401baee38aca1c2706ae1dd:/lisp/textmodes/underline.el diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index 91dc0b2c2f..20ffa31500 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -60,4 +60,6 @@ which specify the range to operate on." (while (re-search-forward "_\b\\|\b_" end1 t) (delete-char -2))))) +(provide 'underline) + ;;; underline.el ends here