/[emacs]/emacs/lispref/tips.texi
ViewVC logotype

Diff of /emacs/lispref/tips.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by rms, Tue Nov 16 17:30:48 2004 UTC revision 1.61 by ttn, Fri Nov 19 15:20:32 2004 UTC
# Line 394  time.  Here's how to do this: Line 394  time.  Here's how to do this:
394  If you bind a variable in one function, and use it or set it in  If you bind a variable in one function, and use it or set it in
395  another function, the compiler warns about the latter function unless  another function, the compiler warns about the latter function unless
396  the variable has a definition.  But adding a definition would be  the variable has a definition.  But adding a definition would be
397  unclean if the variable has a short names, since Lisp packages should  unclean if the variable has a short name, since Lisp packages should
398  not define short variable names.  The right thing to do is to rename  not define short variable names.  The right thing to do is to rename
399  this variable to start with the name prefix used for the other  this variable to start with the name prefix used for the other
400  functions and variables in your package.  functions and variables in your package.

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26