mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
atomp' ->
atom'
* module/language/elisp/runtime/subrs.scm (atomp) Rename to... (atom): ...this. All callers changed.
This commit is contained in:
parent
30439aa8bb
commit
16254e5a09
2 changed files with 4 additions and 4 deletions
|
@ -144,7 +144,7 @@
|
|||
(lambda (el)
|
||||
(elisp-bool (pair? el))))
|
||||
|
||||
(built-in-func atomp
|
||||
(built-in-func atom
|
||||
(lambda (el)
|
||||
(elisp-bool (prim not (pair? el)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue