summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1997-08-09 06:43:20 +0000
committerBarry Warsaw <barry@python.org>1997-08-09 06:43:20 +0000
commit0178ca900ed68abc062aebcc5197e0f28121e296 (patch)
treec0ae4b3e9517a92e783b3e32ce58f263c8c2edf3 /Misc
parent46920ac6f9767e8eb6f4967398efb45f5ee3501a (diff)
downloadcpython-0178ca900ed68abc062aebcc5197e0f28121e296.tar.gz
#Fixed two byte-compiler errors
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 2905006109..4c7cf50eb0 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -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