]> git.eshelyaron.com Git - emacs.git/commit
Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Jan 2015 10:08:32 +0000 (13:08 +0300)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Jan 2015 10:08:32 +0000 (13:08 +0300)
commit0064e36f4fc76b0e8d2fc8d3e6f63da6e579a414
treed940eede8c48e1324f52eae2ca7ef6b39df0c982
parent233dcf127dfccea422d9d75e18d5b1383d4c2c62
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.
src/ChangeLog
src/fileio.c