emacs-devel
[Top][All Lists]
Advanced

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

Code inspection: W32 specific problems


From: Kim F. Storm
Subject: Code inspection: W32 specific problems
Date: Tue, 12 Jul 2005 14:44:06 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Code inspection revealed the following w32 specific problems:

- Qhigh and Qlow have no staticpro.

- Vw32_valid_codepages has no staticpro.

- Vw32_valid_locale_ids has no staticpro.

- Qw32_charset_default is never initialized, but its value
  is used in two places.

- Vx_hand_shape is declared, but never initialized or used.


Can someone pls. look at this and fix the problems, or
alternatively specify why staticpro's are not needed.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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