• Andrea Corallo's avatar
    Move lisp function arg type declarations to the functions itself · fa0bf968
    Andrea Corallo authored
    * lisp/emacs-lisp/comp-common.el (comp-primitive-type-specifiers):
    Remove type declaration of lisp functions.
    * lisp/window.el (get-lru-window, get-largest-window)
    (one-window-p): Declare type.
    * lisp/subr.el (ignore, error, zerop, fixnump, bignump, lsh)
    (last, eventp, mouse-movement-p, log10, memory-limit)
    (interactive-p): Likewise.
    * lisp/simple.el (count-lines, mark, lax-plist-get): Likewise.
    * lisp/files.el (parse-colon-path): Likewise.
    * lisp/env.el (getenv): Likewise.
    * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Likewise.
    * lisp/emacs-lisp/lisp.el (buffer-end): Likewise.
    * lisp/emacs-lisp/comp.el (comp-hint-fixnum, comp-hint-cons): Likewise.
    * lisp/custom.el (custom-variable-p): Likewise.
    fa0bf968