emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
Date: Fri, 25 Mar 2005 05:06:24 -0500

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.33 
emacs/lisp/progmodes/idlw-shell.el:3.34
*** emacs/lisp/progmodes/idlw-shell.el:3.33     Mon Dec 13 20:51:36 2004
--- emacs/lisp/progmodes/idlw-shell.el  Fri Mar 25 10:06:23 2005
***************
*** 1,5 ****
  ;; idlw-shell.el --- run IDL as an inferior process of Emacs.
! ;; Copyright (c) 1999,2000,2001,2002,2003,2004 Free Software Foundation
  
  ;; Authors: J.D. Smith <address@hidden>
  ;;          Carsten Dominik <address@hidden>
--- 1,5 ----
  ;; idlw-shell.el --- run IDL as an inferior process of Emacs.
! ;; Copyright (c) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation
  
  ;; Authors: J.D. Smith <address@hidden>
  ;;          Carsten Dominik <address@hidden>
***************
*** 437,443 ****
  
  (defcustom idlwave-shell-mark-stop-line t
    "*Non-nil means, mark the source code line where IDL is currently stopped.
! Value decides about the method which is used to mark the line.  Legal values
  are:
  
  nil       Do not mark the line
--- 437,443 ----
  
  (defcustom idlwave-shell-mark-stop-line t
    "*Non-nil means, mark the source code line where IDL is currently stopped.
! Value decides about the method which is used to mark the line.  Valid values
  are:
  
  nil       Do not mark the line
***************
*** 494,500 ****
  
  (defcustom idlwave-shell-mark-breakpoints t
    "*Non-nil means, mark breakpoints in the source files.
! Legal values are:
  nil        Do not mark breakpoints.
  'face      Highlight line with `idlwave-shell-breakpoint-face'.
  'glyph     Red dot at the beginning of line.  If the display does not
--- 494,500 ----
  
  (defcustom idlwave-shell-mark-breakpoints t
    "*Non-nil means, mark breakpoints in the source files.
! Valid values are:
  nil        Do not mark breakpoints.
  'face      Highlight line with `idlwave-shell-breakpoint-face'.
  'glyph     Red dot at the beginning of line.  If the display does not




reply via email to

[Prev in Thread] Current Thread [Next in Thread]