]> git.eshelyaron.com Git - emacs.git/commit
Rename 'buffer-too-small' to 'memory-buffer-too-small'.
authorPhilipp Stephani <p.stephani2@gmail.com>
Tue, 25 Mar 2025 13:24:04 +0000 (14:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 25 Mar 2025 18:26:47 +0000 (19:26 +0100)
commitbfe875d38a4765ed2426f08258f0650e6105ba39
tree88ac446279caf8b7c0fb4f29f9595d58e9a4c797
parentb6dd3d7155cb8734926c1d99e3585a1c56af897b
Rename 'buffer-too-small' to 'memory-buffer-too-small'.

This clarifies that the error isn't talking about an editing buffer.

* src/emacs-module.c (module_memory_buffer_too_small): Rename from
'module_buffer_too_small'.
(module_copy_string_contents, module_extract_big_integer): Adapt
callers.
(syms_of_module): Rename symbol 'buffer-too-small' to
'memory-buffer-too-small'.

(cherry picked from commit 0b1102a70413dabba082d822c200b014464de667)
src/emacs-module.c