Mercurial > emacs
diff lisp/progmodes/gdb-ui.el @ 65870:b50276152850
(gdb-buffer-fringe-width): Add defvar.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 06 Oct 2005 09:24:11 +0000 |
parents | 8063c9277e58 |
children | 7246b6fe556e |
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el Thu Oct 06 08:23:59 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Thu Oct 06 09:24:11 2005 +0000 @@ -79,6 +79,7 @@ (require 'gud) +(defvar gdb-buffer-fringe-width) (defvar tool-bar-map) (defvar gdb-frame-address "main" "Initialization for Assembler buffer.") @@ -2150,7 +2151,7 @@ (1 font-lock-variable-name-face) (3 font-lock-keyword-face) (4 font-lock-type-face)) - ;; var = (type) value + ;; var = (type) value ( "\\(^\\(\\sw\\|[_.]\\)+\\) += +(\\(\\(\\sw\\|[_.]\\)+\\)" (1 font-lock-variable-name-face) (3 font-lock-type-face))