1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix dec-8 bug

This commit is contained in:
Per Abrahamsen 2004-01-04 15:11:59 +00:00
parent b34e9a285f
commit 125f18207e
2 changed files with 5 additions and 3030 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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