Set coding-tag.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Apr 2008 19:54:57 +0000 (19:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Apr 2008 19:54:57 +0000 (19:54 +0000)
lisp/ChangeLog
lisp/skeleton.el

index 9b2b6508c6d48a2aa04ca5764e8e9a62a725cff6..59cc4c71c9963116a07046f1a716e4e58d675c7a 100644 (file)
@@ -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.
index df42534c1c1e4a08f39dca6af57279b1851b5b09..2b142c6c35a802c0df45d99eaf891e7fca3f5290 100644 (file)
@@ -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 @@ Elements might be (?` ?` _ \"''\"), (?\\( ?  _ \" )\") or (?{ \\n > _ \\n ?} >).
                                      (?[ _ ?]) (?\])
                                      (?{ _ ?}) (?\})
                                      (?< _ ?>) (?\>)
-                                     (?« _ ?») (?\»)
+                                     (?« _ ?») (?\»)
                                      (?` _ ?')))
 
 ;;;###autoload
@@ -520,7 +520,7 @@ symmetrical ones, and the same character twice for the others."
 
 \f
 ;; 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."