* Re: Emacs-diffstrunk r117843: (sql-default-directory): New user option.
[not found] <E1XQyDl-0004zU-G7@vcs.savannah.gnu.org>
@ 2014-09-09 20:31 ` Glenn Morris
2014-09-09 20:39 ` Sam Steingold
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2014-09-09 20:31 UTC (permalink / raw)
To: Sam Steingold; +Cc: emacs-devel
Sam Steingold wrote:
> +(defcustom sql-default-directory nil
> + "Default directory for SQL processes."
> + :version "24.5"
> + :type 'string
> + :group 'SQL
> + :safe 'stringp)
nil is not a string, so this will give a type mismatch.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Emacs-diffstrunk r117843: (sql-default-directory): New user option.
2014-09-09 20:31 ` Emacs-diffstrunk r117843: (sql-default-directory): New user option Glenn Morris
@ 2014-09-09 20:39 ` Sam Steingold
0 siblings, 0 replies; 2+ messages in thread
From: Sam Steingold @ 2014-09-09 20:39 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
thanks, fixed.
sorry.
On Tue, Sep 9, 2014 at 4:31 PM, Glenn Morris <rgm@gnu.org> wrote:
> Sam Steingold wrote:
>
>> +(defcustom sql-default-directory nil
>> + "Default directory for SQL processes."
>> + :version "24.5"
>> + :type 'string
>> + :group 'SQL
>> + :safe 'stringp)
>
> nil is not a string, so this will give a type mismatch.
--
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net/>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-09 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1XQyDl-0004zU-G7@vcs.savannah.gnu.org>
2014-09-09 20:31 ` Emacs-diffstrunk r117843: (sql-default-directory): New user option Glenn Morris
2014-09-09 20:39 ` Sam Steingold
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.