emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 21 Apr 2005 19:44:39 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4338 emacs/src/ChangeLog:1.4339
*** emacs/src/ChangeLog:1.4338  Thu Apr 21 07:23:50 2005
--- emacs/src/ChangeLog Thu Apr 21 23:44:38 2005
***************
*** 1,3 ****
--- 1,18 ----
+ 2005-04-22  Kim F. Storm  <address@hidden>
+ 
+       * fns.c (Fplist_get): Replace by Fsafe_plist_get.
+       (Fsafe_plist_get): Rename to Fplist_get.
+       (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
+       (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
+ 
+       * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
+ 
+       * xdisp.c (store_mode_line_string, produce_stretch_glyph)
+       (note_mode_line_or_margin_highlight, note_mouse_highlight):
+       Use Fplist_get instead of Fsafe_plist_get.
+ 
+       * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
+ 
  2005-04-21  Miles Bader  <address@hidden>
  
        * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.




reply via email to

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