From: Barry Warsaw Date: Sat, 9 Aug 1997 06:43:20 +0000 (+0000) Subject: #Fixed two byte-compiler errors X-Git-Tag: v1.5a3~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=516b6208c7e568230debda3925b0f438fa87572f;p=thirdparty%2FPython%2Fcpython.git #Fixed two byte-compiler errors --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 290500610931..4c7cf50eb0b5 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -203,7 +203,7 @@ told ." :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