From 1a5ed76f16b8f4fc3a9095cf1e61d6aa93f0be4a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 17 Apr 2008 19:54:57 +0000 Subject: [PATCH] Set coding-tag. --- lisp/ChangeLog | 2 ++ lisp/skeleton.el | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b2b6508c6d..59cc4c71c99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-04-17 Stefan Monnier + * skeleton.el: Set coding-tag. + * abbrev.el (abbrev-insert): New function extracted from expand-abbrev. (expand-abbrev): Use it. (abbrev-table-menu): New function. 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." -- 2.39.5