projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fe180
)
(data-directory): Use `defvar-maybe'.
author
morioka
<morioka>
Sun, 25 Oct 1998 16:42:13 +0000
(16:42 +0000)
committer
morioka
<morioka>
Sun, 25 Oct 1998 16:42:13 +0000
(16:42 +0000)
(buffer-undo-list): Likewise.
poe-18.el
patch
|
blob
|
history
diff --git
a/poe-18.el
b/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