Fixed for namazu.el and gnus-nzm-1.el
[email protected] (Adam Sjøgren) Tue, 18 Jun 2013 22:48:19 +0200
| Newsgroups | gmane.emacs.devel,gmane.comp.search.namazu.user |
|---|---|
| Organization | koldfront - analysis & revolution, Copenhagen, Denmark |
| Message-ID | <[email protected]> |
Hi.
After this recent change in GNU Emacs:
* http://article.gmane.org/gmane.emacs.diffs/120871
The elisp files namazu.el and gnus-nzm-1.el no longer byte-compile.
The fix is to add a coding: cookie, similar to this, done on a file in
the same situation in auctex:
* http://lists.nongnu.org/archive/html/emacs-elpa-diffs/2013-06/msg00005.html
i.e. change the first line to:
;;; namazu.el --- Support for Namazu. -*- coding: iso-2022-jp-unix; -*-
and
;;; gnus-nmz-1.el --- interface between Namazu and Gnus. -*- coding: iso-2022-jp-unix; -*-
respectively.
I hope this can be included in a future release of Namazu.
Cheers!
Adam
--
"Computers are there to save programmers time" Adam Sjøgren
[email protected]