From 6bef9fd7e9891783e6afebc26ab7c7c903a6e391 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 7 Oct 2005 02:46:50 +0000 Subject: [PATCH] (gdb-fringe-width -> gdb-buffer-fringe-width): Typo. --- lisp/progmodes/gdb-ui.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 357df7e60b6..fe05119d2cd 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -79,7 +79,6 @@ (require 'gud) -(defvar gdb-buffer-fringe-width) (defvar tool-bar-map) (defvar gdb-frame-address "main" "Initialization for Assembler buffer.") @@ -104,7 +103,7 @@ and #define directives otherwise.") (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-fringe-width nil) (defvar gdb-buffer-type nil "One of the symbols bound in `gdb-buffer-rules'.") -- 2.39.2