diff options
-rw-r--r-- | lisp/progmodes/sql.el | 3 |
1 files changed, 1 insertions, 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 |