bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27371: 26.0.50; Unexpected element (define-type . tramp-file-name) i


From: Stefan Monnier
Subject: bug#27371: 26.0.50; Unexpected element (define-type . tramp-file-name) in load-history
Date: Mon, 24 Jul 2017 11:33:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> +    ;; Remove internal functions.
> +    (dolist (fun
> +          (append
> +           ;; constructor, copier, predicate, tag-symbol.
> +           `(,(format "make-%s" name)
> +             ,(format "copy-%s" name)
> +             ,(format "%s-p" name)
> +             ,(format "cl-struct-%s-tags" name))
> +           ;; accessors.
> +           (mapcar #'(lambda (y) (format "%s-%s" name y)) slots)))

AFAIK all these functions are defined with `defalias', so they should
already be handled by their own entry in load-history.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]