diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-17 19:54:57 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-17 19:54:57 +0000 |
commit | 1a5ed76f16b8f4fc3a9095cf1e61d6aa93f0be4a (patch) | |
tree | 5a8604ca57a661b68a4374a7e34f64f865981fa2 /lisp/skeleton.el | |
parent | a3709a8c266614e82b9bd4920f0fb0fbc9b571b8 (diff) | |
download | emacs-1a5ed76f16b8f4fc3a9095cf1e61d6aa93f0be4a.tar.gz |
Set coding-tag.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index df42534c1c1..2b142c6c35a 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -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." ;; 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." |