Function: pax-decode-string

pax-decode-string is a byte-compiled function defined in tar-mode.el.gz.

Signature

(pax-decode-string STR CODING)

Source Code

;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
(defsubst pax-decode-string (str coding)
  (if str
      (decode-coding-string str coding)
    str))