Function: so-long--action-alist-setter

so-long--action-alist-setter is a byte-compiled function defined in so-long.el.gz.

Signature

(so-long--action-alist-setter OPTION VALUE)

Documentation

The customize :set function for so-long-action-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defun so-long--action-alist-setter (option value)
  "The customize :set function for `so-long-action-alist'."
  ;; Set the value as normal.
  (set-default option value)
  ;; Update the :type of `so-long-action' to present the updated values.
  (put 'so-long-action 'custom-type (so-long--action-type)))