Fix a typo in last change in sql.el
* lisp/progmodes/sql.el (sql-product-interactive): Use 'null', not 'zerop'. (Bug#31446)
This commit is contained in:
parent
0d8bae5c55
commit
b239a096f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue