]> granicus.if.org Git - python/commitdiff
#Fixed two byte-compiler errors
authorBarry Warsaw <barry@python.org>
Sat, 9 Aug 1997 06:43:20 +0000 (06:43 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 9 Aug 1997 06:43:20 +0000 (06:43 +0000)
Misc/python-mode.el

index 2905006109313657f47040918d5438d2d49a30f9..4c7cf50eb0b5723bcf0f1d97efe2a0cea50cedd8 100644 (file)
@@ -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