xemacs-base/add-log.el incorrectly typed the add-log-current-defun-function
defcustom as 'boolean.
Big K
2000-01-12 Kirill 'Big K' Katsnelson <kkm(a)dtmx.com>
* add-log.el (add-log-current-defun-function): Changed :type of
this defcustom to the correct one, 'function.
diff -u add-log.el.orig add-log.el
--- add-log.el.orig Sat Nov 27 12:49:53 1999
+++ add-log.el Wed Jan 12 19:46:36 2000
@@ -48,7 +48,7 @@
*If non-nil, function to guess name of current function from surrounding text.
\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
instead) with no arguments. It returns a string or nil if it cannot guess."
- :type 'boolean
+ :type 'function
:group 'change-log)
Show replies by date