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: Wed, 08 Dec 2004 18:48:47 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.52 emacs/etc/NEWS:1.690.2.53
*** emacs/etc/NEWS:1.690.2.52   Fri Nov 12 04:21:24 2004
--- emacs/etc/NEWS      Wed Dec  8 23:31:46 2004
***************
*** 2335,2340 ****
--- 2335,2348 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ---
+ ** list-buffers-noselect now takes an additional argument, BUFFER-LIST.
+ If it is non-nil, it specifies which buffers to list.
+ 
+ ---
+ ** set-buffer-file-coding-system now takes an additional argument,
+ NOMODIFY.  If it is non-nil, it means don't mark the buffer modified.
+ 
  +++
  ** The new function syntax-after returns the syntax code
  of the character after a specified buffer position, taking account
***************
*** 3640,3645 ****
--- 3648,3659 ----
  specified) window as a string with or without text properties.
  
  +++
+ ** New function safe-plist-get.
+ 
+ This function is like plist-get, but never signals an error for
+ a malformed property list.
+ 
+ +++
  ** New functions `lax-plist-get' and `lax-plist-put'.
  
  These functions are like `plist-get' and `plist-put' except that they




reply via email to

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