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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [emacs-unicode-2]
Date: Fri, 19 Nov 2004 02:01:21 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.23 emacs/etc/NEWS:1.841.2.24
*** emacs/etc/NEWS:1.841.2.23   Fri Nov 12 02:53:04 2004
--- emacs/etc/NEWS      Fri Nov 19 06:55:13 2004
***************
*** 2410,2415 ****
--- 2410,2423 ----
  
  * 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
***************
*** 3715,3720 ****
--- 3723,3734 ----
  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]