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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 27 Feb 2006 00:59:43 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4912 emacs/src/ChangeLog:1.4913
--- emacs/src/ChangeLog:1.4912  Sun Feb 26 18:18:01 2006
+++ emacs/src/ChangeLog Mon Feb 27 00:59:43 2006
@@ -1,5 +1,21 @@
 2006-02-26  Luc Teirlinck  <address@hidden>
 
+       * lread.c: Declare Vload_file_rep_suffixes instead of
+       deleted variable default_suffixes.
+       (Fget_load_suffixes): New function.
+       (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
+       No longer use deleted variable default_suffixes.  Update docstring.
+       (syms_of_lread): defsubr Sget_load_suffixes.
+       Expand `load-suffixes' docstring.
+       Delete default_suffixes and DEFVAR_LISP the new variable
+       `load-file-rep-suffixes'.
+
+       * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
+       of Vload_suffixes.
+
+       * lisp.h: EXFUN Fget_load_suffixes.
+       Extern Vload_file_rep_suffixes.
+
        * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
        with lisp.h.
 




reply via email to

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