diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-15 03:18:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-15 03:18:21 +0000 |
commit | f3ae252109ab36ccd232d42dd896eaaea80b5ccc (patch) | |
tree | ffc586b49805a0ec462e07cc735c0e8f249afe76 /lisp/dabbrev.el | |
parent | 540992fa0deca66d1297b81d34c7deb6c6f25ef5 (diff) | |
download | emacs-f3ae252109ab36ccd232d42dd896eaaea80b5ccc.tar.gz |
Comment (update Author: based on ack.texi).
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r-- | lisp/dabbrev.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index c9a3d7441ca..cbab591d4bf 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -1,9 +1,12 @@ ;;; dabbrev.el --- dynamic abbreviation package ;; Copyright (C) 1985, 1986, 1992, 1994, 1996, 1997, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Free Software Foundation, Inc. ;; Author: Don Morrison +;; Lars Lindberg +;; (according to ack.texi) ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> ;; Created: 16 Mars 1992 ;; Lindberg's last update version: 5.7 |