This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gdb-mi.el


OK  to commit?

Nick


2005-10-27  Nick Roberts  <nickrob@snap.net.nz>

	* mi/gdb-mi.el (gdbmi): Sync with Emacs 22.0.50



*** gdb-mi.el	19 Sep 2005 18:44:13 +1200	1.2
--- gdb-mi.el	27 Oct 2005 22:35:38 +1300	
***************
*** 187,193 ****
          gdb-find-file-unhook nil
          gdb-source-file-list nil
          gdb-last-command nil
! 	gdb-prompt-name nil)
    ;;
    (setq gdb-buffer-type 'gdbmi)
    ;;
--- 187,194 ----
          gdb-find-file-unhook nil
          gdb-source-file-list nil
          gdb-last-command nil
! 	gdb-prompt-name nil
! 	gdb-buffer-fringe-width (car (window-fringes)))
    ;;
    (setq gdb-buffer-type 'gdbmi)
    ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]