Function: pr-alist-custom-set

pr-alist-custom-set is a byte-compiled function defined in printing.el.gz.

Signature

(pr-alist-custom-set SYMBOL VALUE)

Documentation

Set the value of custom variables for printer & utility selection.

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Customization Functions


(defun pr-alist-custom-set (symbol value)
  "Set the value of custom variables for printer & utility selection."
  (set symbol value)
  (and (featurep 'printing)		; update only after printing is loaded
       (pr-update-menus t)))