emacs-devel
[Top][All Lists]
Advanced

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

Re: :format strings in Custom ending in %h


From: Luc Teirlinck
Subject: Re: :format strings in Custom ending in %h
Date: Sun, 24 Aug 2003 12:17:28 -0500 (CDT)

Per Abrahamsen wrote:

   Does this patch help?

   2003-08-24  Per Abrahamsen  <address@hidden>

           * wid-edit.el (widget-default-delete): Always delete child widgets.

   *** wid-edit.el.~1.120.~     Thu Aug 21 14:17:37 2003
   --- wid-edit.el      Sun Aug 24 17:37:04 2003
   ***************
   *** 1465,1470 ****
   --- 1465,1471 ----
           (inhibit-modification-hooks t)
           (inhibit-read-only t))
         (widget-apply widget :value-delete)
   +     (widget-children-value-delete widget)
         (when inactive-overlay
           (delete-overlay inactive-overlay))
         (when button-overlay

Yes.

I guess that after applying this patch `widget-children-value-delete'
will become a pretty redundant value for :value-delete, essentially
equivalent with `ignore'.

Sincerely,

Luc.




reply via email to

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