emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/add-log.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Mon, 22 Jul 2002 22:27:47 -0400

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.138 emacs/lisp/add-log.el:1.139
*** emacs/lisp/add-log.el:1.138 Mon May 13 01:47:29 2002
--- emacs/lisp/add-log.el       Mon Jul 22 22:27:47 2002
***************
*** 73,79 ****
  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))
    :group 'change-log)
  
  (defcustom add-log-time-format 'add-log-iso8601-time-string
--- 73,80 ----
  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)
!                (string :tag "String")
!                (repeat :tag "List of Strings" string))
    :group 'change-log)
  
  (defcustom add-log-time-format 'add-log-iso8601-time-string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]