]> git.eshelyaron.com Git - emacs.git/commitdiff
(cit-srecode-fill-el): Insert classes before methods.
authorDavid Engster <dengste@eml.cc>
Sun, 22 Apr 2012 12:55:54 +0000 (14:55 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:13:42 +0000 (20:13 +0200)
test/manual/cedet/cit-el.el

index 610877a0d25be80f3f43e118dc91d6a1e06c1f3b..8a94d9621b21f471107a948676acf2524a9bbff7 100644 (file)
@@ -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.