diff options
| -rw-r--r-- | lisp/progmodes/sql.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 4264 | product | 4264 | product |
| 4265 | (sql-get-product-feature product :sqli-options) | 4265 | (sql-get-product-feature product :sqli-options) |
| 4266 | (cond | 4266 | (cond |
| 4267 | ((zerop new-name) | 4267 | ((null new-name) |
| 4268 | "*SQL*") | 4268 | "*SQL*") |
| 4269 | ((stringp new-name) | 4269 | ((stringp new-name) |
| 4270 | (if (string-prefix-p "*SQL: " new-name t) | 4270 | (if (string-prefix-p "*SQL: " new-name t) |