emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 83bcf53 274/316: (cit-srecode-fi


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 83bcf53 274/316: (cit-srecode-fill-el): Insert classes before methods.
Date: Sat, 28 Jan 2017 09:10:10 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 83bcf531fdaf63eb71a882f5eed3156d46c0ec35
Author: David Engster <address@hidden>
Commit: Edward John Steere <address@hidden>

    (cit-srecode-fill-el): Insert classes before methods.
---
 test/manual/cedet/cit-el.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-el.el b/test/manual/cedet/cit-el.el
index 610877a0..8a94d96 100644
--- a/test/manual/cedet/cit-el.el
+++ b/test/manual/cedet/cit-el.el
@@ -93,8 +93,8 @@ MAKE-TYPE indicates the makefile type being used."
   (if (string= make-type "Automake")
       (cit-srecode-fill-with-stuff "src/elfoo.el" cit-el-tags)
     (cit-srecode-fill-with-stuff "src/elfoo.el" (append
-                                                cit-el-tags
-                                                cit-el-tags-eieio)))
+                                                cit-el-tags-eieio
+                                                cit-el-tags)))
   ;; 1 e) Tell EDE where the srcs are
 
   ;; Making the autoloads first should PREPEND, but Lisp should append.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]