Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a109786d
Commit
a109786d
authored
Nov 18, 1999
by
Kenichi Handa
Browse files
rename ps-print-def.el to ps-vars.el
parent
5daebd00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/ps-vars.el
lisp/ps-vars.el
+3
-3
No files found.
lisp/ChangeLog
View file @
a109786d
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
...
...
lisp/ps-
print-def
.el
→
lisp/ps-
vars
.el
View file @
a109786d
;;; 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment