From 6c7fad4ac48c1f3093438be7037496f8a9357bcd Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 25 Sep 2020 15:42:35 +0200 Subject: [PATCH] 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 814a1ad8a3a..c31c5ddd87e 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 -- 2.39.5