aboutsummaryrefslogtreecommitdiffstats
path: root/clients/emacs/bbj.el
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-08 02:27:05 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-08 02:27:05 -0500
commit5358639307915d53e62c0512de59655d8562bcc6 (patch)
treedd46fa78e427328d7cafdbf05bb455e19360b77f /clients/emacs/bbj.el
parent054c197534c38fcfd39f57089d23af65f8458dd4 (diff)
downloadbbj-5358639307915d53e62c0512de59655d8562bcc6.tar.gz
rename db_sanity_check >> db_validate
Diffstat (limited to 'clients/emacs/bbj.el')
-rw-r--r--clients/emacs/bbj.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/emacs/bbj.el b/clients/emacs/bbj.el
index 07d05c9..2602ffe 100644
--- a/clients/emacs/bbj.el
+++ b/clients/emacs/bbj.el
@@ -159,7 +159,7 @@ passed to the server to check it for validity before the
user is allowed to continue. Will recurse until the input
is valid, then it is returned."
(let* ((value (read-from-minibuffer prompt))
- (response (bbj-request! 'db_sanity_check
+ (response (bbj-request! 'db_validate
'value value 'key key)))
(if (alist-get 'bool response)
value
Un proyecto texto-plano.xyz