GNU bug report logs - #27371
26.0.50; Unexpected element (define-type . tramp-file-name) in load-history

Previous Next

Package: emacs;

Reported by: Michael Albinus <michael.albinus <at> gmx.de>

Date: Thu, 15 Jun 2017 08:06:02 UTC

Severity: minor

Found in version 26.0.50

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


Message #38 received at 27371 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 27371 <at> debbugs.gnu.org
Subject: Re: bug#27371: 26.0.50;
 Unexpected element (define-type . tramp-file-name) in load-history
Date: Mon, 24 Jul 2017 11:33:59 -0400
> +    ;; 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




This bug report was last modified 8 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.