diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-08-29 12:17:13 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-08-29 12:17:13 -0400 |
commit | bd78fa1d5442e6e023a16d407741ec899d57d3cd (patch) | |
tree | fe959a18baff827f362b8b43b56b0cb644983272 /lisp/emulation | |
parent | 4520b858c1d64bf61db1ae7b00b1b84e0cc645bd (diff) | |
download | emacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.tar.gz |
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 @@ ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience cua mark +;; Package: cua-base ;; This file is part of GNU Emacs. 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 @@ ;; Author: Kim F. Storm <storm@cua.dk> ;; Keywords: keyboard emulations convenience CUA +;; Package: cua-base ;; This file is part of GNU Emacs. 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 @@ ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Keywords: emulations +;; Package: edt ;; This file is part of GNU Emacs. 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 @@ ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Keywords: emulations +;; Package: edt ;; This file is part of GNU Emacs. 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 @@ ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Keywords: emulations +;; Package: edt ;; This file is part of GNU Emacs. 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 @@ ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> ;; Keywords: emulations +;; Package: edt ;; This file is part of GNU Emacs. 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 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins -;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "d003e4c2f1291eccc629926bb0f88e17") +;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "78abc50917c93d2b35596d307fc638c4") ;;; Generated autoloads from tpu-extras.el (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 @@ ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations +;; Package: tpu-edt ;; This file is part of GNU Emacs. 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 @@ ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations +;; Package: tpu-edt ;; This file is part of GNU Emacs. 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 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. 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 @@ ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> +;; Package: viper ;; This file is part of GNU Emacs. |