#Fixed two byte-compiler errors

This commit is contained in:
Barry Warsaw 1997-08-09 06:43:20 +00:00
parent c72c11c9e3
commit 516b6208c7

View file

@ -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