changeset 94138:b6c3fde83add

Set coding-tag.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Apr 2008 19:54:57 +0000
parents b745a29952ba
children 1e40bf35d15e
files lisp/ChangeLog lisp/skeleton.el
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 17 19:54:00 2008 +0000
+++ b/lisp/ChangeLog	Thu Apr 17 19:54:57 2008 +0000
@@ -1,5 +1,7 @@
 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* skeleton.el: Set coding-tag.
+
 	* abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
 	(expand-abbrev): Use it.
 	(abbrev-table-menu): New function.
--- a/lisp/skeleton.el	Thu Apr 17 19:54:00 2008 +0000
+++ b/lisp/skeleton.el	Thu Apr 17 19:54:57 2008 +0000
@@ -1,4 +1,4 @@
-;;; skeleton.el --- Lisp language extension for writing statement skeletons
+;;; skeleton.el --- Lisp language extension for writing statement skeletons -*- coding: utf-8 -*-
 
 ;; Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003,
 ;;   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -482,7 +482,7 @@
 				      (?[ _ ?]) (?\])
 				      (?{ _ ?}) (?\})
 				      (?< _ ?>) (?\>)
-				      (?« _ ?») (?\»)
+				      (?« _ ?») (?\»)
 				      (?` _ ?')))
 
 ;;;###autoload
@@ -520,7 +520,7 @@
 
 
 ;; A more serious example can be found in sh-script.el
-;;; (defun mirror-mode ()
+;; (defun mirror-mode ()
 ;;  "This major mode is an amusing little example of paired insertion.
 ;;All printable characters do a paired self insert, while the other commands
 ;;work normally."