diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index c4cf7ec46cf..81896b7ab64 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1463,7 +1463,7 @@ For NODE, OVERRIDE, START, END, and ARGS, see | |||
| 1463 | "Non-nil means to emit a warning when indentation guessing fails." | 1463 | "Non-nil means to emit a warning when indentation guessing fails." |
| 1464 | :version "25.1" | 1464 | :version "25.1" |
| 1465 | :type 'boolean | 1465 | :type 'boolean |
| 1466 | :safe' booleanp) | 1466 | :safe 'booleanp) |
| 1467 | 1467 | ||
| 1468 | (defcustom python-indent-trigger-commands | 1468 | (defcustom python-indent-trigger-commands |
| 1469 | '(indent-for-tab-command yas-expand yas/expand) | 1469 | '(indent-for-tab-command yas-expand yas/expand) |