From: Eli Zaretskii Date: Mon, 21 May 2018 02:33:57 +0000 (+0300) Subject: Fix a typo in last change in sql.el X-Git-Tag: emacs-26.1~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b239a09;p=emacs.git Fix a typo in last change in sql.el * lisp/progmodes/sql.el (sql-product-interactive): Use 'null', not 'zerop'. (Bug#31446) --- diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index d783f6542e6..1b2cdaf5f60 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -4264,7 +4264,7 @@ the call to \\[sql-product-interactive] with product (sql-get-product-feature product :sqli-options) (cond - ((zerop new-name) + ((null new-name) "*SQL*") ((stringp new-name) (if (string-prefix-p "*SQL: " new-name t)