Function: eieio-done-customizing

eieio-done-customizing is a byte-compiled function defined in eieio-custom.el.gz.

Signature

(eieio-done-customizing ARG &rest ARGS)

Implementations

(eieio-done-customizing (TARGET ede-target)) in `ede/custom.el'.

Call this when a user finishes customizing TARGET.

(eieio-done-customizing (PROJ ede-project)) in `ede/custom.el'.

Call this when a user finishes customizing PROJ.

(eieio-done-customizing (TARGET ede-proj-target)) in `ede/proj.el'.

Undocumented

(eieio-done-customizing (PROJ ede-proj-project)) in `ede/proj.el'.

Undocumented

(eieio-done-customizing (CONFIG ede-extra-config)) in `ede/config.el'.

Called when EIEIO is done customizing the configuration object. We need to go back through the old buffers, and update them with the new configuration.

(eieio-done-customizing (OBJ eieio-default-superclass)) in `eieio-custom.el'.

When applying change to a widget, call this method. This method is called by the default widget-edit commands. User made commands should also call this method when applying changes. Argument OBJ is the object that has been customized.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-custom.el.gz
(cl-defmethod eieio-done-customizing ((_obj eieio-default-superclass))
  "When applying change to a widget, call this method.
This method is called by the default widget-edit commands.
User made commands should also call this method when applying changes.
Argument OBJ is the object that has been customized."
  nil)