]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-fill-comment-prefix): GNAT wants 2 spaces.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Nov 2001 20:19:08 +0000 (20:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Nov 2001 20:19:08 +0000 (20:19 +0000)
lisp/ChangeLog
lisp/progmodes/ada-mode.el

index eb705578db127ce79c1f00af305a6db2ae89f6b6..facc5f7b94f66af5f565629b28eb39392a900a5e 100644 (file)
@@ -2,6 +2,9 @@
 
        * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
 
+       * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
+       From Emmanuel Briot <briot@act-europe.fr>.
+
 2001-11-12  Richard M. Stallman  <rms@gnu.org>
 
        * calendar/todo-mode.el (todo-save): Add save-excursion
index f1b79284b987717e4c0f39983cdf3252e3888cd3..b927a7019d4624f603080fa22cf1e6121c00a978 100644 (file)
@@ -7,7 +7,7 @@
 ;;      Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
 ;;      Emmanuel Briot  <briot@gnat.com>
 ;; Maintainer: Emmanuel Briot <briot@gnat.com>
-;; Ada Core Technologies's version:   $Revision: 1.42 $
+;; Ada Core Technologies's version:   $Revision: 1.43 $
 ;; Keywords: languages ada
 
 ;; This file is part of GNU Emacs.
@@ -281,9 +281,9 @@ An example is:
   "*Non-nil means indent according to the innermost open parenthesis."
   :type 'boolean :group 'ada)
 
-(defcustom ada-fill-comment-prefix "-- "
+(defcustom ada-fill-comment-prefix "--  "
   "*Text inserted in the first columns when filling a comment paragraph.
-Note: if you modify this variable, you will have to restart the ada-mode to
+Note: if you modify this variable, you will have to restart the `ada-mode' to
 reread this variable."
   :type 'string :group 'ada)