aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-02-15 23:49:15 +0000
committerJason Rumney2008-02-15 23:49:15 +0000
commit0e413a9066b823434286a8aa563dc80c38ab5b4f (patch)
tree23f4be9deb17e7081247f8058a0c3ddb0a091890
parent40fabc71b78df7326f0630b23abfea0333aff6b3 (diff)
downloademacs-0e413a9066b823434286a8aa563dc80c38ab5b4f.tar.gz
emacs-0e413a9066b823434286a8aa563dc80c38ab5b4f.zip
Fix coding tag.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/mac-win.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66ba8d2578a..25e42a9d2b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-02-15 Jason Rumney <jasonr@gnu.org>
2
3 * term/mac-win.el: Fix coding tag.
4
12008-02-15 Dan Nicolaescu <dann@ics.uci.edu> 52008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * vc-hooks.el (vc-menu-map): 7 * vc-hooks.el (vc-menu-map):
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 643278f9b75..c8f26edff37 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -1,4 +1,4 @@
1;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: utf-8 1;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: utf-8-*-
2 2
3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.