all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* PATCH for lisp/org/org-exp-blocks.el
@ 2009-08-16  1:36 Eric Schulte
  0 siblings, 0 replies; only message in thread
From: Eric Schulte @ 2009-08-16  1:36 UTC (permalink / raw)
  To: emacs-devel

Hi,

Before this small change [1] the latest from git (or cvs) wasn't
compiling for me using

  ./configure --with-ns
  make install

Best -- Eric

Footnotes: 
[1]  
diff --git a/lisp/org/org-exp-blocks.el b/lisp/org/org-exp-blocks.el
index e8cf439..eb16285 100644
--- a/lisp/org/org-exp-blocks.el
+++ b/lisp/org/org-exp-blocks.el
@@ -73,8 +73,8 @@
 ;; `org-export-blocks'.
 
 (eval-when-compile
-  (require 'cl))
-(require 'org)
+  (require 'cl)
+  (require 'org))
 
 (defvar comint-last-input-end)
 (defvar comint-prompt-regexp)




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-16  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16  1:36 PATCH for lisp/org/org-exp-blocks.el Eric Schulte

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.