changeset 46632:ac754a11b012

(add-log-mailing-address): Fix type. Can be a string.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 23 Jul 2002 02:27:47 +0000
parents 527b6139edd2
children 8e85f717a426
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Tue Jul 23 02:26:56 2002 +0000
+++ b/lisp/add-log.el	Tue Jul 23 02:27:47 2002 +0000
@@ -73,7 +73,8 @@
 will be recognized as referring to the same user; when creating a new
 ChangeLog entry, one element will be chosen at random."
   :type '(choice (const :tag "Default" nil)
-		 (repeat string))
+		 (string :tag "String")
+		 (repeat :tag "List of Strings" string))
   :group 'change-log)
 
 (defcustom add-log-time-format 'add-log-iso8601-time-string