diff options
| author | Vinicius Jose Latorre | 2005-06-29 01:09:32 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2005-06-29 01:09:32 +0000 |
| commit | 27484eb05f32d6f0fe1691c2e078a63042afd3da (patch) | |
| tree | 49f1f1d9010bb1c706211687e73e8faf513a88a6 | |
| parent | b8594a739f496c71ac893d9662f671d22bb63c57 (diff) | |
| download | emacs-27484eb05f32d6f0fe1691c2e078a63042afd3da.tar.gz emacs-27484eb05f32d6f0fe1691c2e078a63042afd3da.zip | |
Fixed version number
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9620217532a..d3485a1bf6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * ps-print.el (ps-print-version): Fixed version number. | ||
| 4 | |||
| 1 | 2005-06-28 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-06-28 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * textmodes/ispell.el (ispell-word): Remove stray parenthesis. | 7 | * textmodes/ispell.el (ispell-word): Remove stray parenthesis. |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 9dcc87dc0c5..86d65d35401 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;; Version: 6.6.7 | 14 | ;; Version: 6.6.7 |
| 15 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ | 15 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ |
| 16 | 16 | ||
| 17 | (defconst ps-print-version "6.6.6" | 17 | (defconst ps-print-version "6.6.7" |
| 18 | "ps-print.el, v 6.6.7 <2005/06/27 vinicius> | 18 | "ps-print.el, v 6.6.7 <2005/06/27 vinicius> |
| 19 | 19 | ||
| 20 | Vinicius's last change version -- this file may have been edited as part of | 20 | Vinicius's last change version -- this file may have been edited as part of |