comparison lisp/progmodes/idlwave.el @ 51987:a550746b82fb

(idlwave-comment-indent-char): Fix default value using ?\s.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 21 Jul 2003 21:36:29 +0000
parents 48163c1bd10e
children 695cf19ef79e
comparison
equal deleted inserted replaced
51986:1bf6c9e00da0 51987:a550746b82fb
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.15 7 ;; Version: 4.15
8 ;; Date: $Date: 2003/02/14 09:59:13 $ 8 ;; Date: $Date: 2003/05/06 17:40:52 $
9 ;; Keywords: languages 9 ;; Keywords: languages
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
1397 "IDL mode comment indent function.") 1397 "IDL mode comment indent function.")
1398 1398
1399 ;; Note that this is documented in the v18 manuals as being a string 1399 ;; Note that this is documented in the v18 manuals as being a string
1400 ;; of length one rather than a single character. 1400 ;; of length one rather than a single character.
1401 ;; The code in this file accepts either format for compatibility. 1401 ;; The code in this file accepts either format for compatibility.
1402 (defvar idlwave-comment-indent-char ?\ 1402 (defvar idlwave-comment-indent-char ?\s
1403 "Character to be inserted for IDL comment indentation. 1403 "Character to be inserted for IDL comment indentation.
1404 Normally a space.") 1404 Normally a space.")
1405 1405
1406 (defconst idlwave-continuation-char ?$ 1406 (defconst idlwave-continuation-char ?$
1407 "Character which is inserted as a last character on previous line by 1407 "Character which is inserted as a last character on previous line by