diff options
| author | Kenichi Handa | 1999-11-18 10:45:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-11-18 10:45:54 +0000 |
| commit | a109786d724c4efeace8feae6e8ccf4079dbf07a (patch) | |
| tree | 7301c5d3b25f2b08f3f534a9f82b6d04d13a4cd3 | |
| parent | 5daebd006e51f7615d63a7f748f053431e78b41e (diff) | |
| download | emacs-a109786d724c4efeace8feae6e8ccf4079dbf07a.tar.gz emacs-a109786d724c4efeace8feae6e8ccf4079dbf07a.zip | |
rename ps-print-def.el to ps-vars.el
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ps-vars.el (renamed from lisp/ps-print-def.el) | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d567624baff..6ef48efb8bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 1999-11-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars | ||
| 4 | instead of ps-print-def. | ||
| 5 | |||
| 6 | * ps-print.el: Require ps-vars instead of ps-print-def. | ||
| 7 | |||
| 8 | |||
| 9 | * ps-mule.el: Require ps-vars instead of ps-print-def. | ||
| 10 | |||
| 1 | 1999-11-17 Gerd Moellmann <gerd@gnu.org> | 11 | 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * simple.el (with-syntax-table): Save buffer explicitly instead of | 13 | * simple.el (with-syntax-table): Save buffer explicitly instead of |
diff --git a/lisp/ps-print-def.el b/lisp/ps-vars.el index 5af3b2bc866..49604edded7 100644 --- a/lisp/ps-print-def.el +++ b/lisp/ps-vars.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ps-print-def.el --- Common definitions for ps-print package | 1 | ;;; ps-vars.el --- Common definitions for ps-print package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -91,6 +91,6 @@ Any other value is treated as nil." | |||
| 91 | 91 | ||
| 92 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 92 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 93 | 93 | ||
| 94 | (provide 'ps-print-def) | 94 | (provide 'ps-vars) |
| 95 | 95 | ||
| 96 | ;;; ps-print-def.el ends here | 96 | ;;; ps-vars.el ends here |