emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Sat, 04 Sep 2004 05:51:30 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.37 emacs/etc/NEWS:1.690.2.38
*** emacs/etc/NEWS:1.690.2.37   Sat Sep  4 09:19:25 2004
--- emacs/etc/NEWS      Sat Sep  4 09:20:10 2004
***************
*** 3714,3719 ****
--- 3714,3733 ----
  ** Arguments for remove-overlays are now optional, so that you can remove
  all overlays in the buffer by just calling (remove-overlay).
  
+ ** New `function vector' type, including function currying
+ The `function vector', or `funvec' type extends the old
+ byte-compiled-function vector type to have other uses as well, and
+ includes existing byte-compiled functions as a special case.  The kind
+ of funvec is determined by the first element: a list is a byte-compiled
+ function, and a non-nil atom is one of the new extended uses, currently
+ `curry' for curried functions.  See the node `Funvec Type' in the Emacs
+ Lisp Reference Manual for more information.
+ 
+ *** New function curry allows constructing `curried functions'
+ (see the node `Function Currying' in the Emacs Lisp Reference Manual).
+ 
+ *** New functions funvec and funvecp allow primitive access to funvecs
+ 
  ** New packages:
  
  *** The new package gdb-ui.el provides an enhanced graphical interface to




reply via email to

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