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/idlwave.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Mon, 21 Jul 2003 17:36:30 -0400

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.25 
emacs/lisp/progmodes/idlwave.el:3.26
*** emacs/lisp/progmodes/idlwave.el:3.25        Tue May  6 13:40:52 2003
--- emacs/lisp/progmodes/idlwave.el     Mon Jul 21 17:36:29 2003
***************
*** 5,11 ****
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/05/06 17:40:52 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/07/21 21:36:29 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 1399,1405 ****
  ;; Note that this is documented in the v18 manuals as being a string
  ;; of length one rather than a single character.
  ;; The code in this file accepts either format for compatibility.
! (defvar idlwave-comment-indent-char ?\
    "Character to be inserted for IDL comment indentation.
  Normally a space.")
  
--- 1399,1405 ----
  ;; Note that this is documented in the v18 manuals as being a string
  ;; of length one rather than a single character.
  ;; The code in this file accepts either format for compatibility.
! (defvar idlwave-comment-indent-char ?\s
    "Character to be inserted for IDL comment indentation.
  Normally a space.")
  




reply via email to

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