1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

rename ps-print-def.el to ps-vars.el

This commit is contained in:
Kenichi Handa 1999-11-18 10:45:54 +00:00
parent 5daebd006e
commit a109786d72
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
1999-11-18 Kenichi Handa <handa@etl.go.jp>
* ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
instead of ps-print-def.
* ps-print.el: Require ps-vars instead of ps-print-def.
* ps-mule.el: Require ps-vars instead of ps-print-def.
1999-11-17 Gerd Moellmann <gerd@gnu.org>
* simple.el (with-syntax-table): Save buffer explicitly instead of

View File

@ -1,4 +1,4 @@
;;; ps-print-def.el --- Common definitions for ps-print package
;;; ps-vars.el --- Common definitions for ps-print package
;; Copyright (C) 1999 Free Software Foundation, Inc.
@ -91,6 +91,6 @@ Any other value is treated as nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'ps-print-def)
(provide 'ps-vars)
;;; ps-print-def.el ends here
;;; ps-vars.el ends here