Move provide statement to end of file

This commit is contained in:
TEC 2021-01-01 19:20:31 +08:00
parent 9e1eec330d
commit 4855bc51cf
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,6 @@
(require 'outline)
(require 'dash)
(require 'cl-lib)
(provide 'lexic)
;;; ==================================================================
;;; Frontend, search word and display lexic buffer
@ -1893,4 +1892,5 @@ If not, look up both of the words.
word)))
")
(provide 'lexic)
;;; lexic.el ends here