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

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

bug#68235: 29.1.90; Switching tabs stops following process output in sel


From: Andreas Schwab
Subject: bug#68235: 29.1.90; Switching tabs stops following process output in selected window
Date: Fri, 15 Mar 2024 11:11:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

On Mär 08 2024, martin rudalics wrote:

> diff --git a/src/buffer.h b/src/buffer.h
> index 87ba2802b39..bbe1aeff668 100644
> --- a/src/buffer.h
> +++ b/src/buffer.h
> @@ -309,6 +309,9 @@ #define BVAR(buf, field) ((buf)->field ## _)
>    /* The name of this buffer.  */
>    Lisp_Object name_;
>  
> +  /* The last name of this buffer before it was renamed or killed.  */
> +  Lisp_Object last_name_;
> +
>    /* The name of the file visited in this buffer, or nil.  */
>    Lisp_Object filename_;
>  

../../emacs/src/pdumper.c: In function ‘dump_buffer’:
../../emacs/src/pdumper.c:2800:3: error: #error "buffer changed. See 
CHECK_STRUCTS comment in config.h."
 2800 | # error "buffer changed. See CHECK_STRUCTS comment in config.h."
      |   ^~~~~

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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