]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/window.el: Add provide statement
authorStefan Kangas <stefankangas@gmail.com>
Tue, 15 Sep 2020 13:38:24 +0000 (15:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Sep 2020 15:15:59 +0000 (17:15 +0200)
* lisp/window.el (window): Put a `provide' form to help with the
popular `use-package' external package (bug#37053).

lisp/window.el

index bb34a6d7b4c936d31d5022d1abc71a8cc00e6789..f1ee87aad25029ff809aaaaf9967559c13057ce2 100644 (file)
@@ -10184,4 +10184,6 @@ displaying that processes's buffer."
 (define-key ctl-x-4-map "1" 'same-window-prefix)
 (define-key ctl-x-4-map "4" 'other-window-prefix)
 
+(provide 'window)
+
 ;;; window.el ends here