Function: decipher-copy-cons

decipher-copy-cons is a byte-compiled function defined in decipher.el.gz.

Signature

(decipher-copy-cons CONS)

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defun decipher-copy-cons (cons)
  (if cons
      (cons (car cons) (cdr cons))))