Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 4/7] Fixed dosctrings (typos) and preferably load cl before vc

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:58

Xavier Maillard [off-list ref] writes:
quoted hunk
Signed-off-by: Xavier Maillard <redacted>
---
 contrib/emacs/vc-git.el |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 4cab845..748cb60 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -32,8 +32,8 @@
 ;;  - more customisable variables
 
 (eval-when-compile 
-  (require 'cl)
-  (require 'vc))
+  (require 'vc)
+  (require 'cl))
Could we have a brief description why vc should be required
before cl?  Or is it so common that does not need explanation
for Emacs gurus?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help