summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlwave.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2003-07-21 21:36:55 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2003-07-21 21:36:55 +0000
commit93af03f0a1cd3b8bd49a70266c8383f7760b9278 (patch)
tree1a7e311e363f4e67a6c8d4dfaf2aea288af510a0 /lisp/progmodes/idlwave.el
parent7cdee93615e6ac370d08ffd6503107793cafe0ec (diff)
downloademacs-93af03f0a1cd3b8bd49a70266c8383f7760b9278.tar.gz
(idlwave-comment-indent-char): Fix default value using ?\s.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r--lisp/progmodes/idlwave.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index b1c3216a215..cd7cee73118 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -5,7 +5,7 @@
;; Chris Chase <chase@att.com>
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
;; Version: 4.15
-;; Date: $Date: 2003/02/14 09:59:13 $
+;; Date: $Date: 2003/05/06 17:40:52 $
;; Keywords: languages
;; This file is part of GNU Emacs.
@@ -1399,7 +1399,7 @@ the leftover unidentified statements containing an equal sign." )
;; 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 ?\
+(defvar idlwave-comment-indent-char ?\s
"Character to be inserted for IDL comment indentation.
Normally a space.")