mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix specification of 'python-indent-guess-indent-offset-verbose'
* lisp/progmodes/python.el (python-indent-guess-indent-offset-verbose): Fix typo in configuration of safe value function. (Bug#80085)
This commit is contained in:
parent
445cfc687c
commit
7d3ed7c11d
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ For NODE, OVERRIDE, START, END, and ARGS, see
|
|||
"Non-nil means to emit a warning when indentation guessing fails."
|
||||
:version "25.1"
|
||||
:type 'boolean
|
||||
:safe' booleanp)
|
||||
:safe 'booleanp)
|
||||
|
||||
(defcustom python-indent-trigger-commands
|
||||
'(indent-for-tab-command yas-expand yas/expand)
|
||||
|
|
|
|||
Loading…
Reference in a new issue