emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs-diffstrunk r117843: (sql-default-directory): New user option.


From: Glenn Morris
Subject: Re: Emacs-diffstrunk r117843: (sql-default-directory): New user option.
Date: Tue, 09 Sep 2014 16:31:15 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]