diff options
| author | Eli Zaretskii | 2007-07-28 07:47:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-07-28 07:47:37 +0000 |
| commit | 59b65f0076a44c6e899dd8c40e4a687ec91aa342 (patch) | |
| tree | 47fd664965891046cc4338c1dc74000e2fd99fc9 | |
| parent | a0709d8dc9d60d2fb2ec71457085f6f8d1079614 (diff) | |
| download | emacs-59b65f0076a44c6e899dd8c40e4a687ec91aa342.tar.gz emacs-59b65f0076a44c6e899dd8c40e4a687ec91aa342.zip | |
Fix the `coding' cookie.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d67655c579..d94dca6a204 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * net/trampver.el: Fix the `coding' cookie. | ||
| 4 | |||
| 1 | 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * vc-git.el (vc-git-print-log): Support both the old single file | 7 | * vc-git.el (vc-git-print-log): Support both the old single file |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 30d28a1e2c9..acfaca5c842 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; -*- mode: Emacs-Lisp; coding: iso-8859-1; -*- | 1 | ;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; -*- |
| 2 | ;;; trampver.el --- Transparent Remote Access, Multiple Protocol | 2 | ;;; trampver.el --- Transparent Remote Access, Multiple Protocol |
| 3 | ;;; lisp/trampver.el. Generated from trampver.el.in by configure. | 3 | ;;; lisp/trampver.el. Generated from trampver.el.in by configure. |
| 4 | 4 | ||