all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 9f5ca95ef77: * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix a bunch of
       [not found] ` <20230601191919.9D9C7C1C28D@vcs2.savannah.gnu.org>
@ 2023-06-04  4:28   ` Ruijie Yu via Emacs development discussions.
  0 siblings, 0 replies; only message in thread
From: Ruijie Yu via Emacs development discussions. @ 2023-06-04  4:28 UTC (permalink / raw)
  To: Andrea Corallo; +Cc: emacs-devel


Andrea Corallo <akrl@sdf.org> writes:

> branch: master
> commit 9f5ca95ef770fe43aa6700b238361ec76da7f3fa
> Author: Andrea Corallo <akrl@sdf.org>
> Commit: Andrea Corallo <akrl@sdf.org>
>
>     * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix a bunch of
> ---
>  lisp/emacs-lisp/comp.el | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
> index b2704ae1446..2ea405728a3 100644
> --- a/lisp/emacs-lisp/comp.el
> +++ b/lisp/emacs-lisp/comp.el
> [...]
> @@ -344,7 +344,7 @@ Useful to hook into pass checkers.")
>      (concat (function (&rest sequence) string))
>      (cons (function (t t) cons))
>      (consp (function (t) boolean))
> -    (coordinates-in-window-p (function (cons window) boolean))
> +    (coordinates-in-window-p (function (cons window) (or cons null (member bottom-divider right-divider mode-line header-line tab-line left-fringe right-fringe vertical-line left-margin right-margin))))
> [...]

Hmm... Isn't this line a bit too long?  :)

But now that I look at the context, I see that the `compare-strings'
entry (4 lines above) has a similar length, so I don't know if we should
/ need to reflow them below the 80 or 66 fill-column limit.

-- 
Best,


RY



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-04  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <168564715601.6225.4258850713685831343@vcs2.savannah.gnu.org>
     [not found] ` <20230601191919.9D9C7C1C28D@vcs2.savannah.gnu.org>
2023-06-04  4:28   ` master 9f5ca95ef77: * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix a bunch of Ruijie Yu via Emacs development discussions.

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.