bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1026: `lisp' customization initialization, setting and saving


From: Glenn Morris
Subject: bug#1026: `lisp' customization initialization, setting and saving
Date: Thu, 25 Sep 2008 16:15:22 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

forcemerge 1011 1026
stop

"Allan Mui" wrote:

> When I try to use the language customization buffer for `lisp' all
> values are initially either `unknown' or `uninitialized'. There is
> an error when loading the buffer.

Thanks, this was fixed a few days ago.

To fix, edit the :type of lisp-indent-offset in
emacs-lisp/lisp-mode.el to read as below and recompile the file.

(defcustom lisp-indent-offset nil
  "If non-nil, indent second line of expressions that many more
  columns."
  :group 'lisp
  :type '(choice (const nil) integer))






reply via email to

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