emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/tips.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/tips.texi [lexbind]
Date: Wed, 08 Dec 2004 18:58:36 -0500

Index: emacs/lispref/tips.texi
diff -c emacs/lispref/tips.texi:1.43.2.9 emacs/lispref/tips.texi:1.43.2.10
*** emacs/lispref/tips.texi:1.43.2.9    Wed Dec  8 23:31:36 2004
--- emacs/lispref/tips.texi     Wed Dec  8 23:36:14 2004
***************
*** 394,400 ****
  If you bind a variable in one function, and use it or set it in
  another function, the compiler warns about the latter function unless
  the variable has a definition.  But adding a definition would be
! unclean if the variable has a short names, since Lisp packages should
  not define short variable names.  The right thing to do is to rename
  this variable to start with the name prefix used for the other
  functions and variables in your package.
--- 394,400 ----
  If you bind a variable in one function, and use it or set it in
  another function, the compiler warns about the latter function unless
  the variable has a definition.  But adding a definition would be
! unclean if the variable has a short name, since Lisp packages should
  not define short variable names.  The right thing to do is to rename
  this variable to start with the name prefix used for the other
  functions and variables in your package.




reply via email to

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