Function: dictionary-reply-code

dictionary-reply-code is a byte-compiled function defined in dictionary.el.gz.

Signature

(dictionary-reply-code REPLY)

Documentation

Return the reply code stored in REPLY.

Source Code

;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defsubst dictionary-reply-code (reply)
  "Return the reply code stored in REPLY."
  (get reply 'reply-code))