emacs-devel
[Top][All Lists]
Advanced

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

change need for leim/quail/indian.el


From: Kenichi Handa
Subject: change need for leim/quail/indian.el
Date: Fri, 19 Apr 2002 21:19:58 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

Currently leim/quail/indian.el contains this kind of
comments in 4 places.

;; (quail-define-package "devanagari-itrans" "Devanagari" "DevIT" t "Devanagari 
ITRANS")

These lines were for generating leim-list.el by the function
quail-update-leim-list-file at building time.

But because of this change,

2001-12-15  Dave Love  <address@hidden>
[...]
        (quail-update-leim-list-file): Don't get fooled by commented-out code.

those lines are now not recognized as entries that should go
to leim-list.el.  I think the change itself is not a bad
thing.  Could someone please change the above lines to:

(if nil
    (quail-define-package "devanagari-itrans" "Devanagari" "DevIT" t 
"Devanagari ITRANS"))

---
Ken'ichi HANDA
address@hidden



reply via email to

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