From: Lars Ingebrigtsen Date: Fri, 25 Sep 2020 13:42:35 +0000 (+0200) Subject: Fix defcustom type in sql.el for sql-postgres-login-params X-Git-Tag: emacs-28.0.90~5885 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c7fad4ac48c1f3093438be7037496f8a9357bcd;p=emacs.git 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. --- 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