# HG changeset patch # User Markus Rost # Date 1027391267 0 # Node ID ac754a11b012077d6419493751c1966873769e1d # Parent 527b6139edd20933194df6e78987cdbd9e278360 (add-log-mailing-address): Fix type. Can be a string. diff -r 527b6139edd2 -r ac754a11b012 lisp/add-log.el --- 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