[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 6c7fad4 2/2: Fix defcustom type in sql.el for sql-postgres-login-
From: |
Lars Ingebrigtsen |
Subject: |
master 6c7fad4 2/2: Fix defcustom type in sql.el for sql-postgres-login-params |
Date: |
Fri, 25 Sep 2020 09:42:45 -0400 (EDT) |
branch: master
commit 6c7fad4ac48c1f3093438be7037496f8a9357bcd
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Fix defcustom type in sql.el for sql-postgres-login-params
* lisp/progmodes/sql.el (sql-login-params): Fix defcustom type to
match sql-postgres-login-params value.
---
lisp/progmodes/sql.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 814a1ad..c31c5dd 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -342,8 +342,7 @@ file. Since that is a plaintext file, this could be
dangerous."
(const :format "" :completion)
(sexp :tag ":completion")
(const :format "" :must-match)
- (restricted-sexp
- :match-alternatives (listp stringp))))
+ (symbol :tag ":must-match")))
(const port)))
;; SQL Product support