# HG changeset patch # User Karoly Lorentey # Date 1099763835 0 # Node ID 07964164a825cb08502b7a5808275d8f4b43a6d9 # Parent 7a0245dd184862992658632b92c9d1875afb04bd Fix bootstrap problem with --without-x. * lisp/progmodes/gdb-ui.el: Protect define-fringe-bitmap with fboundp. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-265 diff -r 7a0245dd1848 -r 07964164a825 lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Sat Nov 06 17:52:02 2004 +0000 +++ b/lisp/progmodes/gdb-ui.el Sat Nov 06 17:57:15 2004 +0000 @@ -1077,8 +1077,9 @@ "Icon for disabled breakpoint in display margin.") ;; Bitmap for breakpoint in fringe -(define-fringe-bitmap 'breakpoint - "\x3c\x7e\xff\xff\xff\xff\x7e\x3c") +(when (fboundp 'define-fringe-bitmap) + (define-fringe-bitmap 'breakpoint + "\x3c\x7e\xff\xff\xff\xff\x7e\x3c")) (defface breakpoint-enabled-bitmap-face '((t