mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
:type 'boolean
|
||||||
:group 'python)
|
:group 'python)
|
||||||
|
|
||||||
(defvar py-temp-directory
|
(defcustom py-temp-directory
|
||||||
(let ((ok '(lambda (x)
|
(let ((ok '(lambda (x)
|
||||||
(and x
|
(and x
|
||||||
(setq x (expand-file-name x)) ; always true
|
(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
|
:type 'string
|
||||||
:group 'python)
|
:group 'python)
|
||||||
|
|
||||||
(defvar py-beep-if-tab-change t
|
(defcustom py-beep-if-tab-change t
|
||||||
"*Ring the bell if tab-width is changed.
|
"*Ring the bell if tab-width is changed.
|
||||||
If a comment of the form
|
If a comment of the form
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue