]> git.eshelyaron.com Git - emacs.git/commitdiff
fix conflicts
authorJoakim Verona <joakim@verona.se>
Wed, 11 Sep 2013 06:44:18 +0000 (08:44 +0200)
committerJoakim Verona <joakim@verona.se>
Wed, 11 Sep 2013 06:44:18 +0000 (08:44 +0200)
lisp/ibuffer.el
lisp/mail/rmail.el
src/emacsgtkfixed.h

index 8356a186f13f175d4f8676a273328c6861c373b1..cde6e2e3d436bb61c210fbdf69f4dd42e0e6180f 100644 (file)
@@ -2628,7 +2628,7 @@ will be inserted before the group at point."
 \f
 ;;; Start of automatically extracted autoloads.
 \f
-;;;### (autoloads nil "ibuf-ext" "ibuf-ext.el" "85795a4045d20654599b73b88e8e1bc9")
+;;;### (autoloads nil "ibuf-ext" "ibuf-ext.el" "d06b2735a74954e0c6922a811de7608c")
 ;;; Generated autoloads from ibuf-ext.el
 
 (autoload 'ibuffer-auto-mode "ibuf-ext" "\
index aa244ddae8115146d434283888c0121725da5b33..bb4801a523d0cb3d862e0669e5fb36c9062bf7d4 100644 (file)
@@ -4768,7 +4768,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order.
 
 ;;;***
 \f
-;;;### (autoloads nil "rmailsum" "rmailsum.el" "a9b3bbd9b82dd566524a1209b5cdb7dd")
+;;;### (autoloads nil "rmailsum" "rmailsum.el" "9005bd5da3e21d1cc173e86fd9fec3c9")
 ;;; Generated autoloads from rmailsum.el
 
 (autoload 'rmail-summary "rmailsum" "\
index c7468e39c7b2cef2a79ba163ad03ca0fc8464009..4cea0b233321363d1f2129266e01add3c72cb093 100644 (file)
@@ -25,7 +25,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 G_BEGIN_DECLS
 
-<<<<<<< HEAD
 struct frame;
 
 #define EMACS_TYPE_FIXED                  (emacs_fixed_get_type ())
@@ -53,8 +52,6 @@ struct _EmacsFixedClass
   GtkFixedClass parent_class;
 };
 
-=======
->>>>>>> trunk
 extern GtkWidget *emacs_fixed_new (struct frame *f);
 extern GType emacs_fixed_get_type (void);