Fix dec-8 bug
This commit is contained in:
parent
b34e9a285f
commit
125f18207e
2 changed files with 5 additions and 3030 deletions
3032
lisp/ChangeLog
3032
lisp/ChangeLog
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*-
|
||||
;;
|
||||
;; Copyright (C) 1996,97,1999,2000,01,02,2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996,97,1999,2000,01,02,2003, 2004 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
|
||||
;; Maintainer: FSF
|
||||
|
@ -1348,6 +1348,7 @@ The value of the :type attribute should be an unconverted widget type."
|
|||
:copy 'identity
|
||||
:value-set 'widget-default-value-set
|
||||
:value-inline 'widget-default-value-inline
|
||||
:value-delete 'ignore
|
||||
:default-get 'widget-default-default-get
|
||||
:menu-tag-get 'widget-default-menu-tag-get
|
||||
:validate #'ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue