diff options
| author | Chong Yidong | 2010-08-29 12:17:13 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-29 12:17:13 -0400 |
| commit | bd78fa1d5442e6e023a16d407741ec899d57d3cd (patch) | |
| tree | fe959a18baff827f362b8b43b56b0cb644983272 /lisp/emulation | |
| parent | 4520b858c1d64bf61db1ae7b00b1b84e0cc645bd (diff) | |
| download | emacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.tar.gz emacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.zip | |
Add "Package:" file headers to denote built-in packages.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-gmrk.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/cua-rect.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-lk201.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-mapper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-pc.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-vt100.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/tpu-extras.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/tpu-mapper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-ex.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-init.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-keym.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-macs.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-mous.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-util.el | 1 |
16 files changed, 16 insertions, 1 deletions
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el index b67d09c04cf..761a3d5ec24 100644 --- a/lisp/emulation/cua-gmrk.el +++ b/lisp/emulation/cua-gmrk.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard emulations convenience cua mark | 7 | ;; Keywords: keyboard emulations convenience cua mark |
| 8 | ;; Package: cua-base | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 5d50d6f48d3..2cbf4438869 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 7 | ;; Keywords: keyboard emulations convenience CUA | 7 | ;; Keywords: keyboard emulations convenience CUA |
| 8 | ;; Package: cua-base | ||
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 10 | 11 | ||
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 6cce36e42a1..e50e064077d 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index e5c0ceecf1c..6bf50db5442 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 0cd421620ab..04128ac00b9 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index f14bdfc79cb..9416a9ad48a 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index c5dd9b3cf32..bcd67d4aff7 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -2438,7 +2438,7 @@ If FILE is nil, try to load a default file. The default file names are | |||
| 2438 | 2438 | ||
| 2439 | 2439 | ||
| 2440 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins | 2440 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins |
| 2441 | ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "d003e4c2f1291eccc629926bb0f88e17") | 2441 | ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "78abc50917c93d2b35596d307fc638c4") |
| 2442 | ;;; Generated autoloads from tpu-extras.el | 2442 | ;;; Generated autoloads from tpu-extras.el |
| 2443 | 2443 | ||
| 2444 | (autoload 'tpu-cursor-free-mode "tpu-extras" "\ | 2444 | (autoload 'tpu-cursor-free-mode "tpu-extras" "\ |
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index 2fc9ce516f5..dbad4f787a0 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: tpu-edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el index ed42824a8bb..b4942564eba 100644 --- a/lisp/emulation/tpu-mapper.el +++ b/lisp/emulation/tpu-mapper.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 7 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 8 | ;; Keywords: emulations | 8 | ;; Keywords: emulations |
| 9 | ;; Package: tpu-edt | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 602b442a045..07719ba45be 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 80853fd5680..be387d7724b 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 68f729e8b43..ebd18d47e15 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index cfc84956dac..d75573673d7 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index ec31aeef428..71d565632eb 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index dd1cd5362ce..9bea921e167 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 99dd305cb4c..1ad24da1ef8 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 6 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 7 | ;; Package: viper | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||