From: Stefan Monnier Date: Tue, 13 Nov 2001 14:25:57 +0000 (+0000) Subject: (ada-fill-comment-prefix): GNAT wants 2 spaces. X-Git-Tag: ttn-vms-21-2-B4~18599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ebcaf360935d9219372ad014b79825aebc94cb6;p=emacs.git (ada-fill-comment-prefix): GNAT wants 2 spaces. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4c76659976..832c70ad3e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-13 Stefan Monnier + + * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces. + 2001-11-13 Colin Walters * 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 @@ -84,8 +88,8 @@ 2001-11-12 Pavel Jan,Bm(Bk - * textmodes/flyspell.el (flyspell-default-dictionary): Fix - previous change. + * textmodes/flyspell.el (flyspell-default-dictionary): + Fix previous change. 2001-11-12 Richard M. Stallman @@ -171,8 +175,8 @@ 2001-11-10 Peter Kleiweg - * 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; diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index f1b79284b98..b927a7019d4 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -7,7 +7,7 @@ ;; Markus Heritsch ;; Emmanuel Briot ;; Maintainer: Emmanuel Briot -;; 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)