[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/lexspaces 9091913 13/17: Rename lexspace-make-from -> lexspace-m
From: |
Andrea Corallo |
Subject: |
scratch/lexspaces 9091913 13/17: Rename lexspace-make-from -> lexspace-make |
Date: |
Fri, 8 May 2020 16:43:09 -0400 (EDT) |
branch: scratch/lexspaces
commit 9091913eaa003a6d3275eeb3c17345aa8069982c
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>
Rename lexspace-make-from -> lexspace-make
---
src/lexspaces.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lexspaces.c b/src/lexspaces.c
index 6faf805..962cd60 100644
--- a/src/lexspaces.c
+++ b/src/lexspaces.c
@@ -58,7 +58,7 @@ lexspace_copy (EMACS_INT dst, EMACS_INT src)
/* Entry points exposed to Lisp. */
/**********************************/
-DEFUN ("lexspace-make-from", Flexspace_make_from, Slexspace_make_from, 2, 2, 0,
+DEFUN ("lexspace-make", Flexspace_make, Slexspace_make, 2, 2, 0,
doc: /* Make lexspace NAME from SRC. */)
(Lisp_Object name, Lisp_Object src)
{
@@ -134,5 +134,5 @@ syms_of_lexspaces (void)
doc: /* Internal use. */);
defsubr (&Sin_lexspace);
defsubr (&Slexspace_import_symbol);
- defsubr (&Slexspace_make_from);
+ defsubr (&Slexspace_make);
}
- scratch/lexspaces 2d1e916 01/17: Add lexspaces.c, (continued)
- scratch/lexspaces 2d1e916 01/17: Add lexspaces.c, Andrea Corallo, 2020/05/08
- scratch/lexspaces 64e442b 04/17: Add SYMBOL_FUNCTION accessor function, Andrea Corallo, 2020/05/08
- scratch/lexspaces 02d8ef2 05/17: Move symbol value into separate binding, Andrea Corallo, 2020/05/08
- scratch/lexspaces 3a57250 06/17: Add lexspace-make-from, Andrea Corallo, 2020/05/08
- scratch/lexspaces 7fecbf5 08/17: Add lexspace redirection, Andrea Corallo, 2020/05/08
- scratch/lexspaces 09821e3 03/17: Store symbol value into the binding, Andrea Corallo, 2020/05/08
- scratch/lexspaces 04ac507 14/17: Remove unnecessary assertion, Andrea Corallo, 2020/05/08
- scratch/lexspaces 00108a5 15/17: Fix sweep_symbols, Andrea Corallo, 2020/05/08
- scratch/lexspaces 295ac3d 07/17: Make in-lexspace do something, Andrea Corallo, 2020/05/08
- scratch/lexspaces 610552d 10/17: Add SYMBOL_FUNC_LEXSPACE, Andrea Corallo, 2020/05/08
- scratch/lexspaces 9091913 13/17: Rename lexspace-make-from -> lexspace-make,
Andrea Corallo <=
- scratch/lexspaces e2f183c 17/17: Shallow setters by default are not a good idea, Andrea Corallo, 2020/05/08
- scratch/lexspaces 73363e9 09/17: Store lexspace in closures, Andrea Corallo, 2020/05/08
- scratch/lexspaces b46c504 12/17: Add lexspace-import-symbol, Andrea Corallo, 2020/05/08
- scratch/lexspaces c578c72 11/17: Add function lexspace contex mechanism, Andrea Corallo, 2020/05/08
- scratch/lexspaces 0b0098a 16/17: Rename in-lexspace -> lexspace-in, Andrea Corallo, 2020/05/08