Sohalt / emacspeak

Automatically exported from code.google.com/p/emacspeak
0 stars 0 forks source link

lisp/g-client/greader.el: garbage byte causes compilation failure #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
file lisp/g-client/greader.el contains a spurious "e" after the
variable definition of greader-contents-rest-url, which makes
byte-compilation fail.

The problem appears only with Emacs from BZR. (It wasn't noticed with
previous Emacs version, because these defined a global variable "e".
This variable was renamed in the BZR version some time ago.)

A patch is attached.

What steps will reproduce the problem?
1. "make emacspeak"

What is the expected output? What do you see instead?
Expected: successful byte-compilation
Instead: failure in greader.el

What version of the product are you using? On what operating system?
emacspeak-33.0, emacs-24.0.50 (bzr trunk of today), Gentoo Linux

Original issue reported on code.google.com by udalri...@gmail.com on 28 Nov 2010 at 6:06

Attachments:

GoogleCodeExporter commented 9 years ago
This bug is fixed somewhere between 33.0 and 38.0 as it is not present in the 
latter.

Original comment by poipodec...@hotmail.com on 1 Sep 2013 at 2:50