* 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:
parent
9d5b675f2c
commit
77aeddc149
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue