diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-03-09 03:30:57 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-03-09 03:30:57 +0000 |
commit | d73d5c1ca40c08984353d1a78bfaa2e15bd8b23c (patch) | |
tree | 309fdaaa61bc8c0e3ce042b0eda7a9a360acaff5 /lisp/ps-def.el | |
parent | 374b7675679693f614285ffe9c73b8f0ed0a3921 (diff) | |
download | emacs-d73d5c1ca40c08984353d1a78bfaa2e15bd8b23c.tar.gz |
Tiny definition change.
Diffstat (limited to 'lisp/ps-def.el')
-rw-r--r-- | lisp/ps-def.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index d2095352d8f..547939ef32e 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -46,7 +46,7 @@ ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ps-bdf - (defvar installation-directory) + (defvar installation-directory nil) (defvar coding-system-for-read) @@ -207,7 +207,6 @@ ;; to avoid XEmacs compilation gripes (defvar coding-system-for-write) - (defvar coding-system-for-read) (defvar buffer-file-coding-system) |