projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c270962
)
Fix defcustom type in sql.el for sql-postgres-login-params
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Sep 2020 13:42:35 +0000
(15:42 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Sep 2020 13:42:35 +0000
(15:42 +0200)
* lisp/progmodes/sql.el (sql-login-params): Fix defcustom type to
match sql-postgres-login-params value.
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index 814a1ad8a3a9d033f905ca7c22fcafa0ebc1ce14..c31c5ddd87ea0926098199ff97d05fc0e10f3bc6 100644
(file)
--- 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