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

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

bug#34787: New defcustom to govern TAB completion


From: Alex Branham
Subject: bug#34787: New defcustom to govern TAB completion
Date: Fri, 08 Mar 2019 13:29:03 -0600
User-agent: mu4e 1.1.0; emacs 27.0.50

On Fri 08 Mar 2019 at 12:21, Alex Branham <alex.branham@gmail.com> wrote:

> @@ -139,7 +161,8 @@ prefix argument is ignored."
>     (t
>      (let ((old-tick (buffer-chars-modified-tick))
>            (old-point (point))
> -       (old-indent (current-indentation)))
> +       (old-indent (current-indentation))
> +          (syn (syntax-after (point))))
             ^^^^^ should be (syn `(,(syntax-after (point))))

I accidentally sent the wrong patch; this part needs to be quoted.

Alex





reply via email to

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