(data-directory): Use `defvar-maybe'.
authormorioka <morioka>
Sun, 25 Oct 1998 16:42:13 +0000 (16:42 +0000)
committermorioka <morioka>
Sun, 25 Oct 1998 16:42:13 +0000 (16:42 +0000)
(buffer-undo-list): Likewise.

poe-18.el

index c7f72db..c3250e9 100644 (file)
--- a/poe-18.el
+++ b/poe-18.el
@@ -31,13 +31,13 @@ VARIABLE should be a string.  VALUE is optional; if not provided or is
 This function works by modifying `process-environment'."
   t)
 
-(defvar data-directory exec-directory)
+(defvar-maybe data-directory exec-directory)
 
 
 ;;; @ for EMACS 18.55
 ;;;
 
-(defvar buffer-undo-list nil)
+(defvar-maybe buffer-undo-list nil)
 
 
 ;;; @ hook