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

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

Re: Unused variable in mouse.el: make-cursor-line-fully-visible


From: Eli Zaretskii
Subject: Re: Unused variable in mouse.el: make-cursor-line-fully-visible
Date: Sat, 27 Jan 2007 19:30:41 +0200

> From: "Drew Adams" <address@hidden>
> Date: Sat, 27 Jan 2007 09:01:11 -0800
> 
> mouse.el has this binding in `mouse-drag-track':
> 
>  (make-cursor-line-fully-visible nil)
> 
> That variable is not used anywhere in the Lisp source code.

It is used in xdisp.c.  For primitives written in C, having a Lisp
binding for a variable that controls the behavior of the primitive is
the way to go.

I think the doc string of the variable goes a long way towards hinting
that this variable _is_, in fact, used in the C code.  So I'm curious
why you thought it was unused.




reply via email to

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