all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding
       [not found] ` <20191222210934.D712E212AC@vcs0.savannah.gnu.org>
@ 2019-12-23 10:51   ` Juanma Barranquero
  2019-12-23 19:35     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2019-12-23 10:51 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

On Sun, Dec 22, 2019 at 10:09 PM Stefan Monnier <monnier@iro.umontreal.ca>
wrote:
>
> branch: master
> commit 7b3b27eef1325b41187f2e9cc898644d5eae9ff3
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
>     * lisp/gnus/gnus-start.el: Use lexical-binding

In toplevel form:
gnus/gnus-start.el:2846:1:Warning: Unused lexical variable `print-readably'

print-readably seem to be a XEmacs option. We have this, for example:

emacs-lisp/edebug.el
3711:(defvar print-readably) ; defined by lemacs
3720:   (print-readably nil)) ; lemacs uses this.

but as we've had some XEmacs-code cleanup, perhaps it's best just remove
the reference from gnus-start.el

[-- Attachment #2: Type: text/html, Size: 1073 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding
  2019-12-23 10:51   ` master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding Juanma Barranquero
@ 2019-12-23 19:35     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-12-23 19:35 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Stefan Monnier, Emacs developers

Juanma Barranquero <lekktu@gmail.com> writes:

> but as we've had some XEmacs-code cleanup, perhaps it's best just remove the
> reference from gnus-start.el

Yeah, that should be safe.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-23 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20191222210933.7052.8070@vcs0.savannah.gnu.org>
     [not found] ` <20191222210934.D712E212AC@vcs0.savannah.gnu.org>
2019-12-23 10:51   ` master 7b3b27e: * lisp/gnus/gnus-start.el: Use lexical-binding Juanma Barranquero
2019-12-23 19:35     ` Lars Ingebrigtsen

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.