From: David Engster Date: Sun, 22 Apr 2012 12:55:54 +0000 (+0200) Subject: (cit-srecode-fill-el): Insert classes before methods. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83bcf531fdaf63eb71a882f5eed3156d46c0ec35;p=emacs.git (cit-srecode-fill-el): Insert classes before methods. --- diff --git a/test/manual/cedet/cit-el.el b/test/manual/cedet/cit-el.el index 610877a0d25..8a94d9621b2 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.