# HG changeset patch # User Markus Rost # Date 1058823389 0 # Node ID a550746b82fbc07b7ec8bffcf5ef1aeca860d746 # Parent 1bf6c9e00da0a807aacde9bfeb06301e45cbfb2c (idlwave-comment-indent-char): Fix default value using ?\s. diff -r 1bf6c9e00da0 -r a550746b82fb lisp/progmodes/idlwave.el --- a/lisp/progmodes/idlwave.el Mon Jul 21 20:03:35 2003 +0000 +++ b/lisp/progmodes/idlwave.el Mon Jul 21 21:36:29 2003 +0000 @@ -5,7 +5,7 @@ ;; Chris Chase ;; Maintainer: J.D. Smith ;; 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 @@ ;; 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.")