* lisp/window.el: Add provide statement

* lisp/window.el (window): Put a `provide' form to help with the
popular `use-package' external package (bug#37053).
This commit is contained in:
Stefan Kangas 2020-09-15 15:38:24 +02:00 committed by Lars Ingebrigtsen
parent 9d5b675f2c
commit 77aeddc149

View 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