mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
More custom :type fixes
* lisp/lpr.el (lpr-headers-switches): * lisp/emacs-lisp/testcover.el (testcover-compose-functions): * lisp/cedet/ede/project-am.el (project-am-compile-project-command): Fix :type. * lisp/progmodes/sql.el (sql-login-params): Fix and improve :type.
This commit is contained in:
parent
0da7ad96c4
commit
99fb275649
6 changed files with 53 additions and 29 deletions
|
|
@ -55,7 +55,7 @@
|
|||
(defcustom project-am-compile-project-command nil
|
||||
"*Default command used to compile a project."
|
||||
:group 'project-am
|
||||
:type 'string)
|
||||
:type '(choice const nil) string)
|
||||
|
||||
(defcustom project-am-compile-target-command (concat ede-make-command " -k %s")
|
||||
"*Default command used to compile a project."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue