all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* window.el has no provide
@ 2015-02-12 15:52 Jordon Biondo
  2015-02-12 18:45 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Jordon Biondo @ 2015-02-12 15:52 UTC (permalink / raw)
  To: emacs-devel

Is there a reason that there is no provide in window.el? If not, can one be added?

diff --git lisp/window.el lisp/window.el
index abc6006..3f43a71 100644
--- lisp/window.el
+++ lisp/window.el
@@ -7990,4 +7990,6 @@ Otherwise, consult the value of `truncate-partial-width-windows'
 (define-key ctl-x-map "+" 'balance-windows)
 (define-key ctl-x-4-map "0" 'kill-buffer-and-window)
 
+(provide 'window)
+
 ;;; window.el ends here




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-12 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 15:52 window.el has no provide Jordon Biondo
2015-02-12 18:45 ` Stefan Monnier
2015-02-12 19:32   ` Jordon Biondo
2015-02-12 21:12     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.