mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#Fixed two byte-compiler errors
This commit is contained in:
parent
c72c11c9e3
commit
516b6208c7
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ told <grin>."
|
|||
:type 'boolean
|
||||
:group 'python)
|
||||
|
||||
(defvar py-temp-directory
|
||||
(defcustom py-temp-directory
|
||||
(let ((ok '(lambda (x)
|
||||
(and x
|
||||
(setq x (expand-file-name x)) ; always true
|
||||
|
@ -223,7 +223,7 @@ can write into: the value (if any) of the environment variable TMPDIR,
|
|||
:type 'string
|
||||
:group 'python)
|
||||
|
||||
(defvar py-beep-if-tab-change t
|
||||
(defcustom py-beep-if-tab-change t
|
||||
"*Ring the bell if tab-width is changed.
|
||||
If a comment of the form
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue