emacs-devel
[Top][All Lists]
Advanced

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

Re: Start of Emacs 30 release cycle


From: Eli Zaretskii
Subject: Re: Start of Emacs 30 release cycle
Date: Tue, 25 Jun 2024 18:57:33 +0300

> From: Robert Pluim <rpluim@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  maurooaranda@gmail.com,  
> emacs-devel@gnu.org
> Date: Tue, 25 Jun 2024 17:09:48 +0200
> 
>     Stephen> I haven't changed indent-tabs-mode: its global value is the 
> default t
>     Stephen> but in buffers under emacs/lisp nil.  And the diffs don't look 
> funny to
>     Stephen> me; how do they look funny to you?
> 
> eg this hunk:
> 
>  (defsubst widget-type (widget)
> @@ -2452,10 +2475,16 @@ 'checkbox
>  (defun widget-checkbox-action (widget &optional event)
>    "Toggle checkbox, notify parent, and set active state of sibling."
>    (widget-toggle-action widget event)
> -  (let ((sibling (widget-get-sibling widget)))
> +  (let* ((sibling (widget-get-sibling widget))
> +         (from (widget-get sibling :from))
> +      (to (widget-get sibling :to)))
> 
> Thereʼs a tab on the line for 'to', but the line for 'from' uses spaces.

The original .dir-locals.el also has TABs.



reply via email to

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