aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-10-07 02:46:50 +0000
committerNick Roberts2005-10-07 02:46:50 +0000
commit6bef9fd7e9891783e6afebc26ab7c7c903a6e391 (patch)
tree932e23db7f42bcae5a89b3e7ee83d83d40f9e65d
parentccd91c09784f9c52d4d13b7f7062af26e762b6a3 (diff)
downloademacs-6bef9fd7e9891783e6afebc26ab7c7c903a6e391.tar.gz
emacs-6bef9fd7e9891783e6afebc26ab7c7c903a6e391.zip
(gdb-fringe-width -> gdb-buffer-fringe-width):
Typo.
-rw-r--r--lisp/progmodes/gdb-ui.el3
1 files changed, 1 insertions, 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 @@
79 79
80(require 'gud) 80(require 'gud)
81 81
82(defvar gdb-buffer-fringe-width)
83(defvar tool-bar-map) 82(defvar tool-bar-map)
84 83
85(defvar gdb-frame-address "main" "Initialization for Assembler buffer.") 84(defvar gdb-frame-address "main" "Initialization for Assembler buffer.")
@@ -104,7 +103,7 @@ and #define directives otherwise.")
104(defvar gdb-error "Non-nil when GDB is reporting an error.") 103(defvar gdb-error "Non-nil when GDB is reporting an error.")
105(defvar gdb-macro-info nil 104(defvar gdb-macro-info nil
106 "Non-nil if GDB knows that the inferior includes preprocessor macro info.") 105 "Non-nil if GDB knows that the inferior includes preprocessor macro info.")
107(defvar gdb-fringe-width nil) 106(defvar gdb-buffer-fringe-width nil)
108 107
109(defvar gdb-buffer-type nil 108(defvar gdb-buffer-type nil
110 "One of the symbols bound in `gdb-buffer-rules'.") 109 "One of the symbols bound in `gdb-buffer-rules'.")