diff options
| author | Andrea Corallo | 2020-08-09 15:03:23 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-08-09 15:03:23 +0200 |
| commit | 12a982d9789052d8e85efcacb4b311f4876c882a (patch) | |
| tree | a452a8e888c6ee9c85d6a487359b7a1c0c9fa15b /src/callint.c | |
| parent | 80d7f710f2fab902e46aa3fddb8e1c1795420af3 (diff) | |
| parent | 8e82baf5a730ff542118ddba5b76afdc1db643f6 (diff) | |
| download | emacs-12a982d9789052d8e85efcacb4b311f4876c882a.tar.gz emacs-12a982d9789052d8e85efcacb4b311f4876c882a.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/callint.c b/src/callint.c index eb916353a0c..f609c96a6fa 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -21,7 +21,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "ptr-bounds.h" | ||
| 25 | #include "character.h" | 24 | #include "character.h" |
| 26 | #include "buffer.h" | 25 | #include "buffer.h" |
| 27 | #include "keyboard.h" | 26 | #include "keyboard.h" |
| @@ -440,9 +439,6 @@ invoke it (via an `interactive' spec that contains, for instance, an | |||
| 440 | signed char *varies = (signed char *) (visargs + nargs); | 439 | signed char *varies = (signed char *) (visargs + nargs); |
| 441 | 440 | ||
| 442 | memclear (args, nargs * (2 * word_size + 1)); | 441 | memclear (args, nargs * (2 * word_size + 1)); |
| 443 | args = ptr_bounds_clip (args, nargs * sizeof *args); | ||
| 444 | visargs = ptr_bounds_clip (visargs, nargs * sizeof *visargs); | ||
| 445 | varies = ptr_bounds_clip (varies, nargs * sizeof *varies); | ||
| 446 | 442 | ||
| 447 | if (!NILP (enable)) | 443 | if (!NILP (enable)) |
| 448 | specbind (Qenable_recursive_minibuffers, Qt); | 444 | specbind (Qenable_recursive_minibuffers, Qt); |