comparison lisp/progmodes/idlw-shell.el @ 47262:1c1d47728dc8

(idlwave-shell-use-breakpoint-glyph): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:16:22 +0000
parents 148f4d9a8905
children 0e5a022947e9
comparison
equal deleted inserted replaced
47261:863b1f0c98f8 47262:1c1d47728dc8
3 3
4 ;; Author: Carsten Dominik <dominik@astro.uva.nl> 4 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
5 ;; Chris Chase <chase@att.com> 5 ;; Chris Chase <chase@att.com>
6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
7 ;; Version: 4.14 7 ;; Version: 4.14
8 ;; Date: $Date: 2002/06/14 19:05:30 $ 8 ;; Date: $Date: 2002/07/18 18:58:07 $
9 ;; Keywords: processes 9 ;; Keywords: processes
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
446 (const :tag "Highlight with face" face) 446 (const :tag "Highlight with face" face)
447 (const :tag "Display glyph (red dot)" glyph) 447 (const :tag "Display glyph (red dot)" glyph)
448 (const :tag "Glyph or face." t))) 448 (const :tag "Glyph or face." t)))
449 449
450 (defvar idlwave-shell-use-breakpoint-glyph t 450 (defvar idlwave-shell-use-breakpoint-glyph t
451 "Obsolete variable. See `idlwave-shell-mark-breakpoints.") 451 "Obsolete variable. See `idlwave-shell-mark-breakpoints.")
452 452
453 (defcustom idlwave-shell-breakpoint-face 'idlwave-shell-bp-face 453 (defcustom idlwave-shell-breakpoint-face 'idlwave-shell-bp-face
454 "*The face for breakpoint lines in the source code. 454 "*The face for breakpoint lines in the source code.
455 Allows you to choose the font, color and other properties for 455 Allows you to choose the font, color and other properties for
456 lines which have a breakpoint. See also `idlwave-shell-mark-breakpoints'." 456 lines which have a breakpoint. See also `idlwave-shell-mark-breakpoints'."