aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2015-01-13 13:08:32 +0300
committerDmitry Antipov2015-01-13 13:08:32 +0300
commit0064e36f4fc76b0e8d2fc8d3e6f63da6e579a414 (patch)
treed940eede8c48e1324f52eae2ca7ef6b39df0c982 /src/ChangeLog
parent233dcf127dfccea422d9d75e18d5b1383d4c2c62 (diff)
downloademacs-0064e36f4fc76b0e8d2fc8d3e6f63da6e579a414.tar.gz
emacs-0064e36f4fc76b0e8d2fc8d3e6f63da6e579a414.zip
Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change.
* fileio.c (next_read_file_uses_dialog_p): New workaround ... (Fnext_read_file_uses_dialog_p): ... called from here to avoid ATTRIBUTE_CONST dependency from #ifdefs. For details, see http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00289.html.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00068d4330c..81d6772bc23 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -32,6 +32,11 @@
32 (fast_string_match_internal): Add prototype. 32 (fast_string_match_internal): Add prototype.
33 * dired.c (file_name_completion): Use fast_string_match_internal. 33 * dired.c (file_name_completion): Use fast_string_match_internal.
34 34
35 * fileio.c (next_read_file_uses_dialog_p): New workaround ...
36 (Fnext_read_file_uses_dialog_p): ... called from here to avoid
37 ATTRIBUTE_CONST dependency from #ifdefs. For details, see
38 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00289.html.
39
352015-01-12 Paul Eggert <eggert@cs.ucla.edu> 402015-01-12 Paul Eggert <eggert@cs.ucla.edu>
36 41
37 Port to 32-bit MingGW --with-wide-int 42 Port to 32-bit MingGW --with-wide-int