]> 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 14:25:57 +0000 (14:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Nov 2001 14:25:57 +0000 (14:25 +0000)
lisp/ChangeLog
lisp/progmodes/ada-mode.el

index d4c76659976dbb5252a8b665aecea2611f4739fa..832c70ad3e692d304879468d60ef9ba3e8fe1abf 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
+
 2001-11-13  Colin Walters  <walters@debian.org>
 
        * calc/calc.el (calc-unread-command): Use `unread-command-events'.
@@ -6,8 +10,8 @@
        "~/.emacs"; use `read-file-name'.
 
        * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
-        * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
-       * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
+       * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
+       * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
        * calc/calc.el: Use `frame-width' instead of `screen-width',
        `frame-height' instead of `screen-height', and,
        `executing-kbd-macro' instead of `executing-macro'.
@@ -15,8 +19,8 @@
        * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
        correct number of arguments.
 
-       * calc/calc-aent.el (calc-do-alg-entry): Use
-       `blink-paren-function' instead of `blink-paren-hook'.
+       * calc/calc-aent.el (calc-do-alg-entry):
+       Use `blink-paren-function' instead of `blink-paren-hook'.
 
 2001-11-12  Richard M. Stallman  <rms@gnu.org>
 
@@ -84,8 +88,8 @@
 
 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * textmodes/flyspell.el (flyspell-default-dictionary): Fix
-       previous change.
+       * textmodes/flyspell.el (flyspell-default-dictionary):
+       Fix previous change.
 
 2001-11-12  Richard M. Stallman  <rms@gnu.org>
 
 
 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
 
-       * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1): Merge
-       two regular expressions into one.
+       * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
+       Merge two regular expressions into one.
        (ps-mode): Make local bindings for `comment-start' and
        `comment-start-skip'.
        (ps-mode-looking-at-nested): Simplify an if-else construct;
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)