Files
emacs/src
Stefan Monnier 696411ab8a (sleep-for): Make the millisec argument obsolete
* lisp/subr.el (sleep-for): Set new advertized calling convention.
* src/dispnew.c (Fsleep_for): Adjust docstring.
* doc/lispref/commands.texi (Waiting): Adjust doc.
2023-10-20 18:59:51 -04:00
..
2023-10-18 20:51:22 +02:00
2023-09-09 15:50:06 +08:00
2023-10-04 16:33:05 +08:00
2023-10-04 16:33:05 +08:00
2023-10-04 16:33:05 +08:00
2023-07-06 09:35:27 +08:00
2023-09-16 07:36:49 -04:00
2023-09-09 04:32:45 -04:00
2023-07-27 17:13:39 +08:00
2023-07-31 11:11:21 -04:00
2023-08-07 21:26:36 -07:00
2023-05-13 06:36:25 -04:00
2023-09-09 04:32:45 -04:00
2023-08-16 16:06:34 +00:00
2023-08-15 15:55:40 -07:00
2023-05-14 19:28:13 -07:00
2023-09-20 11:30:31 +02:00
2023-09-08 11:01:30 +08:00
2023-09-16 07:36:49 -04:00
2023-09-07 08:58:21 +08:00
2023-08-31 02:14:00 +00:00
2023-07-08 05:46:10 -04:00
2023-10-12 11:02:53 +02:00
2023-10-11 16:58:35 +08:00
2023-07-05 11:39:45 +08:00
2023-08-16 11:12:44 +08:00
2023-10-07 03:46:48 -04:00
2023-10-07 03:48:00 -04:00
2023-09-16 09:18:25 +02:00
2023-08-12 13:42:14 -04:00
2023-08-01 10:34:33 +08:00
2023-10-13 16:16:19 +02:00
2023-09-30 08:30:59 +08:00
2023-05-14 19:28:14 -07:00
2023-05-23 17:53:07 +03:00
2023-09-07 09:35:59 +08:00
2023-08-07 21:26:36 -07:00
2023-09-05 14:39:34 +08:00
2023-09-16 07:36:49 -04:00
2023-08-02 23:32:28 +02:00
2023-09-23 14:20:58 +08:00
2023-08-21 18:23:11 -07:00
2023-08-02 23:32:28 +02:00
2023-10-07 03:46:48 -04:00
2023-09-15 10:30:12 +08:00
2023-08-10 08:40:48 +08:00
2023-10-03 08:55:57 +08:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.