emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Thu, 06 Oct 2005 22:46:50 -0400

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.94 emacs/lisp/progmodes/gdb-ui.el:1.95
*** emacs/lisp/progmodes/gdb-ui.el:1.94 Thu Oct  6 09:24:11 2005
--- emacs/lisp/progmodes/gdb-ui.el      Fri Oct  7 02:46:50 2005
***************
*** 79,85 ****
  
  (require 'gud)
  
- (defvar gdb-buffer-fringe-width)
  (defvar tool-bar-map)
  
  (defvar gdb-frame-address "main" "Initialization for Assembler buffer.")
--- 79,84 ----
***************
*** 104,110 ****
  (defvar gdb-error "Non-nil when GDB is reporting an error.")
  (defvar gdb-macro-info nil
    "Non-nil if GDB knows that the inferior includes preprocessor macro info.")
! (defvar gdb-fringe-width nil)
  
  (defvar gdb-buffer-type nil
    "One of the symbols bound in `gdb-buffer-rules'.")
--- 103,109 ----
  (defvar gdb-error "Non-nil when GDB is reporting an error.")
  (defvar gdb-macro-info nil
    "Non-nil if GDB knows that the inferior includes preprocessor macro info.")
! (defvar gdb-buffer-fringe-width nil)
  
  (defvar gdb-buffer-type nil
    "One of the symbols bound in `gdb-buffer-rules'.")




reply via email to

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