projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5b675
)
* lisp/window.el: Add provide statement
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 15 Sep 2020 13:38:24 +0000
(15:38 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index bb34a6d7b4c936d31d5022d1abc71a8cc00e6789..f1ee87aad25029ff809aaaaf9967559c13057ce2 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-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