From c5683ceb2cf80b5b7475f92236271eaeba662798 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 12 Aug 2010 16:44:16 +0200 Subject: Introduce a new comment style "c" flag. * src/syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB) (SYNTAX_FLAGS_COMMENT_STYLEC): New macros. (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument. (syntax_prefix_flag_p): New function. (Fstring_to_syntax): Understand new "c" flag. (Finternal_describe_syntax_value): Recognize new flag; use the SYNTAX_FLAGS_* macros. (scan_sexps_forward, Fparse_partial_sexp): Change representation of comment style to accomodate the new styles. (back_comment, forw_comment, Fforward_comment, scan_lists) (scan_sexps_forward): Update code to obey the new comment style flag. * src/syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c. * src/casefiddle.c (casify_region): Use the new syntax_prefix_flag_p. * lisp/progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c" comment style. * lisp/progmodes/scheme.el (scheme-mode-syntax-table): * lisp/emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious "b" flag in "14b" syntax. Fixes: debbugs:6834 --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 02477baf74f..21a9f80fa90 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -85,7 +85,7 @@ (let ((table (copy-syntax-table emacs-lisp-mode-syntax-table))) (modify-syntax-entry ?\[ "_ " table) (modify-syntax-entry ?\] "_ " table) - (modify-syntax-entry ?# "' 14b" table) + (modify-syntax-entry ?# "' 14" table) (modify-syntax-entry ?| "\" 23bn" table) table) "Syntax table used in `lisp-mode'.") -- cgit v1.2.3 From bd78fa1d5442e6e023a16d407741ec899d57d3cd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 29 Aug 2010 12:17:13 -0400 Subject: Add "Package:" file headers to denote built-in packages. --- lisp/abbrev.el | 1 + lisp/bindings.el | 1 + lisp/buff-menu.el | 1 + lisp/button.el | 1 + lisp/calendar/appt.el | 1 + lisp/calendar/cal-bahai.el | 1 + lisp/calendar/cal-china.el | 1 + lisp/calendar/cal-coptic.el | 1 + lisp/calendar/cal-dst.el | 1 + lisp/calendar/cal-french.el | 1 + lisp/calendar/cal-hebrew.el | 1 + lisp/calendar/cal-html.el | 1 + lisp/calendar/cal-islam.el | 1 + lisp/calendar/cal-iso.el | 1 + lisp/calendar/cal-julian.el | 1 + lisp/calendar/cal-mayan.el | 1 + lisp/calendar/cal-menu.el | 1 + lisp/calendar/cal-move.el | 1 + lisp/calendar/cal-persia.el | 1 + lisp/calendar/cal-tex.el | 1 + lisp/calendar/cal-x.el | 1 + lisp/calendar/holidays.el | 1 + lisp/calendar/lunar.el | 1 + lisp/calendar/solar.el | 1 + lisp/case-table.el | 1 + lisp/cedet/cedet-cscope.el | 1 + lisp/cedet/cedet-files.el | 1 + lisp/cedet/cedet-global.el | 1 + lisp/cedet/cedet-idutils.el | 1 + lisp/cedet/data-debug.el | 1 + lisp/cedet/semantic.el | 2 +- lisp/comint.el | 1 + lisp/composite.el | 1 + lisp/cus-dep.el | 1 + lisp/cus-edit.el | 1 + lisp/cus-face.el | 1 + lisp/cus-start.el | 1 + lisp/cus-theme.el | 1 + lisp/custom.el | 1 + lisp/dired-aux.el | 1 + lisp/dired-x.el | 1 + lisp/dired.el | 5 +++-- lisp/disp-table.el | 1 + lisp/dnd.el | 1 + lisp/dos-fns.el | 1 + lisp/dos-vars.el | 1 + lisp/dos-w32.el | 1 + lisp/dynamic-setting.el | 1 + lisp/emacs-lisp/advice.el | 1 + lisp/emacs-lisp/autoload.el | 1 + lisp/emacs-lisp/backquote.el | 1 + lisp/emacs-lisp/byte-opt.el | 1 + lisp/emacs-lisp/byte-run.el | 1 + lisp/emacs-lisp/bytecomp.el | 1 + lisp/emacs-lisp/cl-compat.el | 1 + lisp/emacs-lisp/cl-extra.el | 1 + lisp/emacs-lisp/cl-indent.el | 1 + lisp/emacs-lisp/cl-loaddefs.el | 21 ++++++++------------- lisp/emacs-lisp/cl-macs.el | 1 + lisp/emacs-lisp/cl-seq.el | 1 + lisp/emacs-lisp/cl-specs.el | 1 + lisp/emacs-lisp/derived.el | 1 + lisp/emacs-lisp/easy-mmode.el | 1 + lisp/emacs-lisp/easymenu.el | 1 + lisp/emacs-lisp/eieio-base.el | 1 + lisp/emacs-lisp/eieio-comp.el | 3 ++- lisp/emacs-lisp/eieio-custom.el | 1 + lisp/emacs-lisp/eieio-datadebug.el | 1 + lisp/emacs-lisp/eieio-opt.el | 1 + lisp/emacs-lisp/eieio-speedbar.el | 1 + lisp/emacs-lisp/float-sup.el | 1 + lisp/emacs-lisp/generic.el | 1 + lisp/emacs-lisp/helper.el | 1 + lisp/emacs-lisp/lisp-mode.el | 1 + lisp/emacs-lisp/lisp.el | 1 + lisp/emacs-lisp/package-x.el | 1 + lisp/emacs-lisp/tcover-ses.el | 1 + lisp/emacs-lisp/tcover-unsafep.el | 1 + lisp/emacs-lisp/timer.el | 1 + lisp/emulation/cua-gmrk.el | 1 + lisp/emulation/cua-rect.el | 1 + lisp/emulation/edt-lk201.el | 1 + lisp/emulation/edt-mapper.el | 1 + lisp/emulation/edt-pc.el | 1 + lisp/emulation/edt-vt100.el | 1 + lisp/emulation/tpu-edt.el | 2 +- lisp/emulation/tpu-extras.el | 1 + lisp/emulation/tpu-mapper.el | 1 + lisp/emulation/viper-cmd.el | 1 + lisp/emulation/viper-ex.el | 1 + lisp/emulation/viper-init.el | 1 + lisp/emulation/viper-keym.el | 1 + lisp/emulation/viper-macs.el | 1 + lisp/emulation/viper-mous.el | 1 + lisp/emulation/viper-util.el | 1 + lisp/env.el | 1 + lisp/epa-dired.el | 1 + lisp/epa-file.el | 1 + lisp/epa-hook.el | 1 + lisp/epa-mail.el | 1 + lisp/epg-config.el | 1 + lisp/facemenu.el | 1 + lisp/faces.el | 1 + lisp/files-x.el | 1 + lisp/files.el | 1 + lisp/foldout.el | 2 +- lisp/font-core.el | 1 + lisp/font-lock.el | 1 + lisp/format.el | 1 + lisp/frame.el | 1 + lisp/fringe.el | 1 + lisp/help-fns.el | 1 + lisp/help-macro.el | 1 + lisp/help-mode.el | 1 + lisp/help.el | 1 + lisp/image-mode.el | 1 + lisp/image.el | 1 + lisp/indent.el | 1 + lisp/isearch.el | 1 + lisp/jit-lock.el | 1 + lisp/jka-cmpr-hook.el | 1 + lisp/loadup.el | 1 + lisp/ls-lisp.el | 1 + lisp/macros.el | 1 + lisp/mail/blessmail.el | 1 + lisp/mail/emacsbug.el | 5 +++-- lisp/mail/mail-extr.el | 1 + lisp/mail/mail-hist.el | 1 + lisp/mail/mailheader.el | 1 + lisp/mail/rmail.el | 12 ++++++------ lisp/mail/rmailedit.el | 1 + lisp/mail/rmailkwd.el | 1 + lisp/mail/rmailmm.el | 1 + lisp/mail/rmailmsc.el | 1 + lisp/mail/rmailout.el | 1 + lisp/mail/rmailsort.el | 1 + lisp/mail/rmailsum.el | 1 + lisp/menu-bar.el | 1 + lisp/minibuffer.el | 1 + lisp/misc.el | 1 + lisp/mouse.el | 1 + lisp/mwheel.el | 1 + lisp/net/eudc-bob.el | 1 + lisp/net/eudc-export.el | 1 + lisp/net/eudc-hotlist.el | 1 + lisp/net/eudc-vars.el | 1 + lisp/net/eudcb-bbdb.el | 1 + lisp/net/eudcb-ldap.el | 1 + lisp/net/eudcb-mab.el | 1 + lisp/net/eudcb-ph.el | 1 + lisp/net/newst-backend.el | 1 + lisp/net/newst-plainview.el | 1 + lisp/net/newst-reader.el | 1 + lisp/net/newst-ticker.el | 1 + lisp/net/newst-treeview.el | 1 + lisp/net/sasl-cram.el | 1 + lisp/net/sasl-digest.el | 1 + lisp/net/sasl-ntlm.el | 1 + lisp/net/tramp-cache.el | 1 + lisp/net/tramp-cmds.el | 1 + lisp/net/tramp-compat.el | 1 + lisp/net/tramp-fish.el | 1 + lisp/net/tramp-ftp.el | 1 + lisp/net/tramp-gvfs.el | 1 + lisp/net/tramp-gw.el | 1 + lisp/net/tramp-imap.el | 1 + lisp/net/tramp-smb.el | 1 + lisp/net/tramp-uu.el | 1 + lisp/net/trampver.el | 1 + lisp/newcomment.el | 1 + lisp/paths.el | 1 + lisp/pcmpl-cvs.el | 1 + lisp/pcmpl-gnu.el | 2 ++ lisp/pcmpl-linux.el | 2 ++ lisp/pcmpl-rpm.el | 2 ++ lisp/pcmpl-unix.el | 2 ++ lisp/pgg-def.el | 1 + lisp/pgg-gpg.el | 3 ++- lisp/pgg-parse.el | 1 + lisp/pgg-pgp.el | 1 + lisp/pgg-pgp5.el | 1 + lisp/progmodes/ada-prj.el | 1 + lisp/progmodes/ada-stmt.el | 1 + lisp/progmodes/ada-xref.el | 1 + lisp/progmodes/antlr-mode.el | 2 +- lisp/progmodes/cc-align.el | 4 ++-- lisp/progmodes/cc-awk.el | 1 + lisp/progmodes/cc-bytecomp.el | 4 ++-- lisp/progmodes/cc-cmds.el | 4 ++-- lisp/progmodes/cc-compat.el | 4 ++-- lisp/progmodes/cc-defs.el | 4 ++-- lisp/progmodes/cc-engine.el | 4 ++-- lisp/progmodes/cc-fonts.el | 4 ++-- lisp/progmodes/cc-langs.el | 4 ++-- lisp/progmodes/cc-menus.el | 4 ++-- lisp/progmodes/cc-mode.el | 2 +- lisp/progmodes/cc-styles.el | 4 ++-- lisp/progmodes/cc-vars.el | 4 ++-- lisp/progmodes/cwarn.el | 2 +- lisp/progmodes/ebnf-abn.el | 1 + lisp/progmodes/ebnf-bnf.el | 1 + lisp/progmodes/ebnf-dtd.el | 1 + lisp/progmodes/ebnf-ebx.el | 1 + lisp/progmodes/ebnf-iso.el | 1 + lisp/progmodes/ebnf-otz.el | 1 + lisp/progmodes/ebnf-yac.el | 1 + lisp/progmodes/idlw-help.el | 2 +- lisp/progmodes/idlw-shell.el | 2 +- lisp/progmodes/idlw-toolbar.el | 2 +- lisp/progmodes/idlwave.el | 2 +- lisp/progmodes/js.el | 2 +- lisp/progmodes/ps-mode.el | 2 +- lisp/ps-bdf.el | 1 + lisp/ps-def.el | 1 + lisp/ps-mule.el | 1 + lisp/ps-print.el | 3 ++- lisp/ps-samp.el | 1 + lisp/rect.el | 1 + lisp/register.el | 1 + lisp/repeat.el | 2 +- lisp/replace.el | 1 + lisp/rfn-eshadow.el | 1 + lisp/scroll-bar.el | 1 + lisp/simple.el | 1 + lisp/startup.el | 1 + lisp/subr.el | 1 + lisp/tabify.el | 1 + lisp/textmodes/fill.el | 1 + lisp/textmodes/page.el | 1 + lisp/textmodes/paragraphs.el | 1 + lisp/textmodes/reftex-auc.el | 1 + lisp/textmodes/reftex-cite.el | 1 + lisp/textmodes/reftex-dcr.el | 1 + lisp/textmodes/reftex-global.el | 1 + lisp/textmodes/reftex-index.el | 1 + lisp/textmodes/reftex-parse.el | 1 + lisp/textmodes/reftex-ref.el | 1 + lisp/textmodes/reftex-sel.el | 1 + lisp/textmodes/reftex-toc.el | 1 + lisp/textmodes/reftex-vars.el | 1 + lisp/textmodes/text-mode.el | 1 + lisp/tool-bar.el | 1 + lisp/tooltip.el | 1 + lisp/tutorial.el | 1 + lisp/uniquify.el | 1 + lisp/vc/ediff-diff.el | 1 + lisp/vc/ediff-help.el | 1 + lisp/vc/ediff-hook.el | 1 + lisp/vc/ediff-init.el | 1 + lisp/vc/ediff-merg.el | 1 + lisp/vc/ediff-mult.el | 1 + lisp/vc/ediff-ptch.el | 1 + lisp/vc/ediff-util.el | 1 + lisp/vc/ediff-vers.el | 1 + lisp/vc/ediff-wind.el | 1 + lisp/vc/pcvs-defs.el | 1 + lisp/vc/pcvs-info.el | 1 + lisp/vc/pcvs-parse.el | 1 + lisp/vc/pcvs-util.el | 1 + lisp/vc/vc-annotate.el | 1 + lisp/vc/vc-arch.el | 1 + lisp/vc/vc-bzr.el | 3 ++- lisp/vc/vc-cvs.el | 1 + lisp/vc/vc-dav.el | 1 + lisp/vc/vc-dir.el | 1 + lisp/vc/vc-dispatcher.el | 1 + lisp/vc/vc-git.el | 1 + lisp/vc/vc-hg.el | 1 + lisp/vc/vc-hooks.el | 1 + lisp/vc/vc-mtn.el | 1 + lisp/vc/vc-rcs.el | 1 + lisp/vc/vc-sccs.el | 1 + lisp/vc/vc-svn.el | 1 + lisp/version.el | 1 + lisp/w32-fns.el | 1 + lisp/w32-vars.el | 1 + lisp/wid-browse.el | 1 + lisp/wid-edit.el | 1 + lisp/widget.el | 1 + lisp/window.el | 1 + lisp/woman.el | 2 +- lisp/x-dnd.el | 1 + 282 files changed, 317 insertions(+), 63 deletions(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/abbrev.el b/lisp/abbrev.el index a1fc3f90bf6..6e48360587f 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: abbrev convenience +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/bindings.el b/lisp/bindings.el index eba6bf7a78a..d19db2c779e 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 9ec78309f9d..e0f00d3553d 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: convenience +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/button.el b/lisp/button.el index 2a9a49c399a..c771474da3a 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -5,6 +5,7 @@ ;; ;; Author: Miles Bader ;; Keywords: extensions +;; Package: emacs ;; ;; This file is part of GNU Emacs. ;; diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 7fcaab9da34..ad36531bb40 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -6,6 +6,7 @@ ;; Author: Neil Mager ;; Maintainer: Glenn Morris ;; Keywords: calendar +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 7270d423409..7b8f61a7a84 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -6,6 +6,7 @@ ;; Author: John Wiegley ;; Keywords: calendar ;; Human-Keywords: Bahá'í calendar, Bahá'í, Baha'i, Bahai, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index f9946c18045..0fc63e7eaac 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Chinese calendar, calendar, holidays, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el index 16cc6672727..69612edab38 100644 --- a/lisp/calendar/cal-coptic.el +++ b/lisp/calendar/cal-coptic.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Coptic calendar, Ethiopic calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index c541caa5696..d27bc8480a7 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: daylight saving time, calendar, diary, holidays +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index 9b252eb3dc4..98a118f232f 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: French Revolutionary calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index 2a7556ff322..98c1a29df7c 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Hebrew calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-html.el b/lisp/calendar/cal-html.el index 33066b201bf..d4210027600 100644 --- a/lisp/calendar/cal-html.el +++ b/lisp/calendar/cal-html.el @@ -7,6 +7,7 @@ ;; Keywords: calendar ;; Human-Keywords: calendar, diary, HTML ;; Created: 23 Aug 2002 +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el index 1c09f1db113..da631a9710a 100644 --- a/lisp/calendar/cal-islam.el +++ b/lisp/calendar/cal-islam.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Islamic calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 0762860b0ba..3c5055defb6 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: ISO calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index d1cea19be40..0cf9388a4b0 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Julian calendar, Julian day number, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index de079b122c7..d2e4810fa82 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Mayan calendar, Maya, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 521cd2dce2d..877be9556fb 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: calendar, popup menus, menu bar +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-move.el b/lisp/calendar/cal-move.el index 89e45bef779..e569e8c424c 100644 --- a/lisp/calendar/cal-move.el +++ b/lisp/calendar/cal-move.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: calendar +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el index 95ae2f165bb..5c624ddcf01 100644 --- a/lisp/calendar/cal-persia.el +++ b/lisp/calendar/cal-persia.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Persian calendar, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 46fb0869787..e6ba1ad3439 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: Calendar, LaTeX +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el index 90a4c5d33b8..377646147b9 100644 --- a/lisp/calendar/cal-x.el +++ b/lisp/calendar/cal-x.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: calendar, dedicated frames +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 0cafc85a24b..af61fdf149e 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -6,6 +6,7 @@ ;; Author: Edward M. Reingold ;; Maintainer: Glenn Morris ;; Keywords: holidays, calendar +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 37a68888854..58111a036d1 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -7,6 +7,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: moon, lunar phases, calendar, diary +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 3d6ab73e778..8cf831f9945 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -8,6 +8,7 @@ ;; Maintainer: Glenn Morris ;; Keywords: calendar ;; Human-Keywords: sunrise, sunset, equinox, solstice, calendar, diary, holidays +;; Package: calendar ;; This file is part of GNU Emacs. diff --git a/lisp/case-table.el b/lisp/case-table.el index 53d30bf2819..1e5974d7d1a 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el @@ -6,6 +6,7 @@ ;; Author: Howard Gayle ;; Maintainer: FSF ;; Keywords: i18n +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index bff80222f78..18cb7071d5c 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el @@ -3,6 +3,7 @@ ;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam +;; Package: cedet ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/cedet-files.el b/lisp/cedet/cedet-files.el index 9dacf062288..bb7137ddad2 100644 --- a/lisp/cedet/cedet-files.el +++ b/lisp/cedet/cedet-files.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam +;; Package: cedet ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el index 3a34ca44e25..b98bd316935 100644 --- a/lisp/cedet/cedet-global.el +++ b/lisp/cedet/cedet-global.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam +;; Package: cedet ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el index 562749dda00..44c325b78cd 100644 --- a/lisp/cedet/cedet-idutils.el +++ b/lisp/cedet/cedet-idutils.el @@ -5,6 +5,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, lisp +;; Package: cedet ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index ed8441d2df0..f48de002fe3 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el @@ -5,6 +5,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, lisp +;; Package: cedet ;; This file is part of GNU Emacs. diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 99e594a4638..9435a6632fe 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el @@ -4,7 +4,7 @@ ;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam -;; Keywords: syntax +;; Keywords: syntax tools ;; This file is part of GNU Emacs. diff --git a/lisp/comint.el b/lisp/comint.el index 128965fc11f..641be4f4d22 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -8,6 +8,7 @@ ;; Simon Marshall ;; Maintainer: FSF ;; Keywords: processes +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/composite.el b/lisp/composite.el index d886be5a463..9fdf528d601 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -8,6 +8,7 @@ ;; Author: Kenichi HANDA ;; (according to ack.texi) ;; Keywords: mule, multilingual, character composition +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 249dd51acda..230410772ab 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -5,6 +5,7 @@ ;; ;; Author: Per Abrahamsen ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index e4cb29b50f2..a333be289ed 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -6,6 +6,7 @@ ;; Author: Per Abrahamsen ;; Maintainer: FSF ;; Keywords: help, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 5cb808c2e38..f6a07507f2c 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -5,6 +5,7 @@ ;; ;; Author: Per Abrahamsen ;; Keywords: help, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index ec05eb7c9b0..161de5e78ec 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -5,6 +5,7 @@ ;; ;; Author: Per Abrahamsen ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 0fb6e485de1..77ea09cfe9a 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -6,6 +6,7 @@ ;; Author: Alex Schroeder ;; Maintainer: FSF ;; Keywords: help, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/custom.el b/lisp/custom.el index 273c67dc66d..d6ecc6dfbd5 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -6,6 +6,7 @@ ;; Author: Per Abrahamsen ;; Maintainer: FSF ;; Keywords: help, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 62d6928c024..f4b79414c6a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -6,6 +6,7 @@ ;; Author: Sebastian Kremer . ;; Maintainer: FSF ;; Keywords: files +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 2dc7475e9e3..45fdda71356 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -7,6 +7,7 @@ ;; Lawrence R. Dodd ;; Maintainer: Romain Francoise ;; Keywords: dired extensions files +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dired.el b/lisp/dired.el index fa3a15b97be..ecc3b5bd47e 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -7,6 +7,7 @@ ;; Author: Sebastian Kremer ;; Maintainer: FSF ;; Keywords: files +;; Package: emacs ;; This file is part of GNU Emacs. @@ -3534,7 +3535,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff -;;;;;; dired-diff) "dired-aux" "dired-aux.el" "07676ea25af17f5d50cc5db4f53bddc0") +;;;;;; dired-diff) "dired-aux" "dired-aux.el" "416d272299fd4774c47c2f677ee640a4") ;;; Generated autoloads from dired-aux.el (autoload 'dired-diff "dired-aux" "\ @@ -3987,7 +3988,7 @@ true then the type of the file linked to by FILE is printed instead. ;;;*** ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" -;;;;;; "6c492aba3ca0d36a4cd7b02fb9c1cc10") +;;;;;; "27c312d6d5d40d8cb4ef8d62e30d5f4a") ;;; Generated autoloads from dired-x.el (autoload 'dired-jump "dired-x" "\ diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 286c8f319ff..e0d2d790f6c 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -7,6 +7,7 @@ ;; Based on a previous version by Howard Gayle ;; Maintainer: FSF ;; Keywords: i18n +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dnd.el b/lisp/dnd.el index d7cbb641bab..7b9d0c0786c 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -6,6 +6,7 @@ ;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: window, drag, drop +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index e343446a366..b840319113d 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -5,6 +5,7 @@ ;; Maintainer: Morten Welinder ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index 8af147e78f6..e153df3e743 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 424ea0a701d..0962ae5f13a 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -5,6 +5,7 @@ ;; Maintainer: Geoff Voelker ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/dynamic-setting.el b/lisp/dynamic-setting.el index 790aaf7170e..cfa1053c44d 100644 --- a/lisp/dynamic-setting.el +++ b/lisp/dynamic-setting.el @@ -5,6 +5,7 @@ ;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: font, system-font, tool-bar-style +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 9267bc8ac91..578e0877d30 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -7,6 +7,7 @@ ;; Maintainer: FSF ;; Created: 12 Dec 1992 ;; Keywords: extensions, lisp, tools +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 6951e90c8b4..30c384aff91 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -6,6 +6,7 @@ ;; Author: Roland McGrath ;; Keywords: maint +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 998cee15342..96e2fb41e89 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -6,6 +6,7 @@ ;; Author: Rick Sladkey ;; Maintainer: FSF ;; Keywords: extensions, internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index e461010a6ce..1ff34fa6a81 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -7,6 +7,7 @@ ;; Hallvard Furuseth ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index dbbf057ae22..a6273f8c484 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -7,6 +7,7 @@ ;; Hallvard Furuseth ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 217afea9f8a..c42292a2787 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -7,6 +7,7 @@ ;; Hallvard Furuseth ;; Maintainer: FSF ;; Keywords: lisp +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el index 68d7c0ae3ba..d9e926cc41d 100644 --- a/lisp/emacs-lisp/cl-compat.el +++ b/lisp/emacs-lisp/cl-compat.el @@ -6,6 +6,7 @@ ;; Author: Dave Gillespie ;; Version: 2.02 ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el index c6aae373589..b7c908882ed 100644 --- a/lisp/emacs-lisp/cl-extra.el +++ b/lisp/emacs-lisp/cl-extra.el @@ -5,6 +5,7 @@ ;; Author: Dave Gillespie ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index e4f605d4fd0..4e7ada8851f 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -7,6 +7,7 @@ ;; Created: July 1987 ;; Maintainer: FSF ;; Keywords: lisp, tools +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index b14c879fcf7..98b3c8e52e0 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -10,7 +10,7 @@ ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively ;;;;;; notevery notany every some mapcon mapcan mapl maplist map -;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "deb3495d75c36a222e5238eadb8e347c") +;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "20c8c875ff1d11dd819e15a1f25afd73") ;;; Generated autoloads from cl-extra.el (autoload 'coerce "cl-extra" "\ @@ -277,12 +277,12 @@ Not documented ;;;;;; assert check-type typep deftype cl-struct-setf-expander defstruct ;;;;;; define-modify-macro callf2 callf letf* letf rotatef shiftf ;;;;;; remf cl-do-pop psetf setf get-setf-method defsetf define-setf-method -;;;;;; declare the locally multiple-value-setq multiple-value-bind -;;;;;; lexical-let* lexical-let symbol-macrolet macrolet labels -;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist -;;;;;; do* do loop return-from return block etypecase typecase ecase -;;;;;; case load-time-value eval-when destructuring-bind function* -;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "36cafd5054969b5bb0b1ce6a21605fed") +;;;;;; declare locally multiple-value-setq multiple-value-bind lexical-let* +;;;;;; lexical-let symbol-macrolet macrolet labels flet progv psetq +;;;;;; do-all-symbols do-symbols dotimes dolist do* do loop return-from +;;;;;; return block etypecase typecase ecase case load-time-value +;;;;;; eval-when destructuring-bind function* defmacro* defun* gentemp +;;;;;; gensym) "cl-macs" "cl-macs.el" "c5a12d86541b5137054eccc43e4fc839") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ @@ -535,11 +535,6 @@ Not documented \(fn &rest BODY)" nil (quote macro)) -(autoload 'the "cl-macs" "\ -Not documented - -\(fn TYPE FORM)" nil (quote macro)) - (autoload 'declare "cl-macs" "\ Not documented @@ -759,7 +754,7 @@ surrounded by (block NAME ...). ;;;;;; find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not ;;;;;; substitute-if substitute delete-duplicates remove-duplicates ;;;;;; delete-if-not delete-if delete* remove-if-not remove-if remove* -;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "ec3ea1c77742734db8496272fe5721be") +;;;;;; replace fill reduce) "cl-seq" "cl-seq.el" "8f4ba525c894365101b9a53905db94ba") ;;; Generated autoloads from cl-seq.el (autoload 'reduce "cl-seq" "\ diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 694a06f8338..db2ab1c91d6 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -6,6 +6,7 @@ ;; Author: Dave Gillespie ;; Version: 2.02 ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el index a823e9015db..5bed71b2ed7 100644 --- a/lisp/emacs-lisp/cl-seq.el +++ b/lisp/emacs-lisp/cl-seq.el @@ -6,6 +6,7 @@ ;; Author: Dave Gillespie ;; Version: 2.02 ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index acfd3504ec7..776ce5e9ca1 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el @@ -4,6 +4,7 @@ ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte ;; Keywords: lisp, tools, maint +;; Package: emacs ;; LCD Archive Entry: ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index d6f717ccda7..3456d1a63fb 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -7,6 +7,7 @@ ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) ;; Maintainer: FSF ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 337f1d6c402..e11572dfc62 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -5,6 +5,7 @@ ;; Author: Georges Brun-Cottan ;; Maintainer: Stefan Monnier +;; Package: emacs ;; Keywords: extensions lisp diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 470f0f67779..8d734b22e3f 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -5,6 +5,7 @@ ;; Keywords: emulations ;; Author: Richard Stallman +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-base.el b/lisp/emacs-lisp/eieio-base.el index b573af29ee2..91cb5642fb7 100644 --- a/lisp/emacs-lisp/eieio-base.el +++ b/lisp/emacs-lisp/eieio-base.el @@ -6,6 +6,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, lisp +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-comp.el b/lisp/emacs-lisp/eieio-comp.el index a2b955a280b..0e76f4bb331 100644 --- a/lisp/emacs-lisp/eieio-comp.el +++ b/lisp/emacs-lisp/eieio-comp.el @@ -5,7 +5,8 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 -;; Keywords: oop, lisp, tools +;; Keywords: lisp, tools +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el index 268d60fc196..12ff23b311f 100644 --- a/lisp/emacs-lisp/eieio-custom.el +++ b/lisp/emacs-lisp/eieio-custom.el @@ -6,6 +6,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, lisp +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-datadebug.el b/lisp/emacs-lisp/eieio-datadebug.el index 5dc54f5c35e..b58fbfd3f08 100644 --- a/lisp/emacs-lisp/eieio-datadebug.el +++ b/lisp/emacs-lisp/eieio-datadebug.el @@ -4,6 +4,7 @@ ;; Author: Eric M. Ludlam ;; Keywords: OO, lisp +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el index 375ce0bc6d6..ca3850562c8 100644 --- a/lisp/emacs-lisp/eieio-opt.el +++ b/lisp/emacs-lisp/eieio-opt.el @@ -6,6 +6,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, lisp +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eieio-speedbar.el b/lisp/emacs-lisp/eieio-speedbar.el index e4c1c50aa8f..e16c3a17438 100644 --- a/lisp/emacs-lisp/eieio-speedbar.el +++ b/lisp/emacs-lisp/eieio-speedbar.el @@ -6,6 +6,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.2 ;; Keywords: OO, tools +;; Package: eieio ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/float-sup.el b/lisp/emacs-lisp/float-sup.el index 6a05bda82ae..6bdc9073ddf 100644 --- a/lisp/emacs-lisp/float-sup.el +++ b/lisp/emacs-lisp/float-sup.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/generic.el b/lisp/emacs-lisp/generic.el index b6e8427ea1c..51b23c3f402 100644 --- a/lisp/emacs-lisp/generic.el +++ b/lisp/emacs-lisp/generic.el @@ -6,6 +6,7 @@ ;; Author: Peter Breton ;; Created: Fri Sep 27 1996 ;; Keywords: generic, comment, font-lock +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el index b7cb8b93c2f..6a597429328 100644 --- a/lisp/emacs-lisp/helper.el +++ b/lisp/emacs-lisp/helper.el @@ -6,6 +6,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: FSF ;; Keywords: help +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 21a9f80fa90..ff8e187dd53 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: lisp, languages +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index c728abab496..e799dcd77c1 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: lisp, languages +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/package-x.el b/lisp/emacs-lisp/package-x.el index b93950049e0..38c4d5bbe35 100644 --- a/lisp/emacs-lisp/package-x.el +++ b/lisp/emacs-lisp/package-x.el @@ -6,6 +6,7 @@ ;; Created: 10 Mar 2007 ;; Version: 0.9 ;; Keywords: tools +;; Package: package ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el index cf5e79d2a26..8df70f4d979 100644 --- a/lisp/emacs-lisp/tcover-ses.el +++ b/lisp/emacs-lisp/tcover-ses.el @@ -6,6 +6,7 @@ ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner ;; Keywords: spreadsheet lisp utility +;; Package: testcover ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el index b300ee6dcef..47f931bf9d3 100644 --- a/lisp/emacs-lisp/tcover-unsafep.el +++ b/lisp/emacs-lisp/tcover-unsafep.el @@ -5,6 +5,7 @@ ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner ;; Keywords: safety lisp utility +;; Package: testcover ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 94f39940b66..63ec072e7e5 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el @@ -4,6 +4,7 @@ ;; 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Package: emacs ;; This file is part of GNU Emacs. 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 ;; 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 ;; 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 ;; Maintainer: Kevin Gallagher ;; 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 ;; Maintainer: Kevin Gallagher ;; 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 ;; Maintainer: Kevin Gallagher ;; 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 ;; Maintainer: Kevin Gallagher ;; 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 ;; Maintainer: Rob Riepel ;; 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 ;; Maintainer: Rob Riepel ;; 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 +;; 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 +;; 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 +;; 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 +;; 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 +;; 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 +;; 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 +;; Package: viper ;; This file is part of GNU Emacs. diff --git a/lisp/env.el b/lisp/env.el index 0699e907fa8..b69f2d2b0e3 100644 --- a/lisp/env.el +++ b/lisp/env.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: processes, unix +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/epa-dired.el b/lisp/epa-dired.el index 7ba414da2f9..80ecef6f54f 100644 --- a/lisp/epa-dired.el +++ b/lisp/epa-dired.el @@ -3,6 +3,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Package: epa ;; This file is part of GNU Emacs. diff --git a/lisp/epa-file.el b/lisp/epa-file.el index af016eb20be..24480ce3c76 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -3,6 +3,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Package: epa ;; This file is part of GNU Emacs. diff --git a/lisp/epa-hook.el b/lisp/epa-hook.el index 9ed2feb15bf..5fb7e2c0bf3 100644 --- a/lisp/epa-hook.el +++ b/lisp/epa-hook.el @@ -3,6 +3,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/epa-mail.el b/lisp/epa-mail.el index 69fb6d7d7e8..09b30868115 100644 --- a/lisp/epa-mail.el +++ b/lisp/epa-mail.el @@ -3,6 +3,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG, mail, message +;; Package: epa ;; This file is part of GNU Emacs. diff --git a/lisp/epg-config.el b/lisp/epg-config.el index ddbdd3541ad..37c5d01fb1d 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -4,6 +4,7 @@ ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Package: epg ;; This file is part of GNU Emacs. diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 992c6418d45..5249538d711 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -5,6 +5,7 @@ ;; Author: Boris Goldowsky ;; Keywords: faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/faces.el b/lisp/faces.el index d8b6f20035c..400a0f1c96e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/files-x.el b/lisp/files-x.el index 096f302820a..222141bd357 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -5,6 +5,7 @@ ;; Author: Juri Linkov ;; Maintainer: FSF ;; Keywords: files +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/files.el b/lisp/files.el index 3d9dd9065c2..73a0c5c9e24 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -5,6 +5,7 @@ ;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/foldout.el b/lisp/foldout.el index bee9227639c..4c7ef29a072 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -6,7 +6,7 @@ ;; Author: Kevin Broadey ;; Maintainer: FSF ;; Created: 27 Jan 1994 -;; Version: foldout.el 1.10 dated 94/05/19 at 17:09:12 +;; Version: 1.10 ;; Keywords: folding, outlines ;; This file is part of GNU Emacs. diff --git a/lisp/font-core.el b/lisp/font-core.el index d33295b3c34..a8b72539d5d 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: languages, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 9d9a2da834c..f54bf21d2d8 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -9,6 +9,7 @@ ;; Stefan Monnier ;; Maintainer: FSF ;; Keywords: languages, faces +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/format.el b/lisp/format.el index d4262e2d0e6..0436187d984 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -4,6 +4,7 @@ ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Boris Goldowsky +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/frame.el b/lisp/frame.el index 8b5be93791e..8f65cc7f1e5 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/fringe.el b/lisp/fringe.el index 18a89cddd7d..600ef7ca1e1 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -6,6 +6,7 @@ ;; Author: Simon Josefsson ;; Maintainer: FSF ;; Keywords: frames +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 18db4f443f6..4456a494099 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: help, internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 12fa29abf58..2e0f7fad539 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -7,6 +7,7 @@ ;; Maintainer: FSF ;; Created: Mon Oct 1 11:42:39 1990 ;; Adapted-By: ESR +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 7a7a1ddaf79..9d10d5170ba 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: help, internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/help.el b/lisp/help.el index 1cba4088a19..a2e721dd6b3 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: help, internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 5bda540fdfe..6e67847857f 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -4,6 +4,7 @@ ;; ;; Author: Richard Stallman ;; Keywords: multimedia +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/image.el b/lisp/image.el index 93cc92ef264..20e3d5f85aa 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: multimedia +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/indent.el b/lisp/indent.el index c1da4a46b9c..7116b705aff 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -4,6 +4,7 @@ ;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/isearch.el b/lisp/isearch.el index 6f89e0ee817..f18a74c59b5 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -7,6 +7,7 @@ ;; Author: Daniel LaLiberte ;; Maintainer: FSF ;; Keywords: matching +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index dbe1cbe23e1..1bc61d8d9fc 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -5,6 +5,7 @@ ;; Author: Gerd Moellmann ;; Keywords: faces files +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index da8512d7fb9..8c68a9494f2 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -6,6 +6,7 @@ ;; Author: jka@ece.cmu.edu (Jay K. Adams) ;; Maintainer: FSF ;; Keywords: data +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/loadup.el b/lisp/loadup.el index d4af1d4617f..7757a0e5b40 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index f91c7a808ec..4dba41e0655 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -7,6 +7,7 @@ ;; Modified by: Francis J. Wright ;; Maintainer: FSF ;; Keywords: unix, dired +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/macros.el b/lisp/macros.el index fa45d8c6108..cbceb96fade 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: abbrev +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 4520ea61d03..545350170ec 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 91242b98aeb..b3ec3fb4850 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -7,6 +7,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: FSF ;; Keywords: maint mail +;; Package: emacs ;; This file is part of GNU Emacs. @@ -119,7 +120,7 @@ (concat "mailto:" to)) (error "Subject, To or body not found"))))) - + ;;;###autoload (defun report-emacs-bug (topic &optional recent-keys) "Report a bug in GNU Emacs. @@ -274,7 +275,7 @@ usually do not have translators to read other languages for them.\n\n") (use-local-map (nconc (make-sparse-keymap) (current-local-map))) (define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info) (if can-xdg-email - (define-key (current-local-map) "\C-cm" + (define-key (current-local-map) "\C-cm" 'report-emacs-bug-insert-to-mailer)) ;; Could test major-mode instead. (cond ((memq mail-user-agent '(message-user-agent gnus-user-agent)) diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 51c490da7ab..342d735c939 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -6,6 +6,7 @@ ;; Author: Joe Wells ;; Maintainer: FSF ;; Keywords: mail +;; Package: mail-utils ;; This file is part of GNU Emacs. diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 6700d6d2733..f129f29ea33 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el @@ -6,6 +6,7 @@ ;; Author: Karl Fogel ;; Created: March, 1994 ;; Keywords: mail, history +;; Package: mail-utils ;; This file is part of GNU Emacs. diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index 44967b05bc8..960d3c65487 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el @@ -5,6 +5,7 @@ ;; Author: Erik Naggum ;; Keywords: tools, mail, news +;; Package: mail-utils ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index fa0b7bef207..07ea7cc0d25 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4239,7 +4239,7 @@ encoded string (and the same mask) will decode the string." ;;; Start of automatically extracted autoloads. ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" -;;;;;; "60db8013bf16d7999914a16cda435287") +;;;;;; "4bf8a5cdfc921b9e30680ee71b7f9ca6") ;;; Generated autoloads from rmailedit.el (autoload 'rmail-edit-current-message "rmailedit" "\ @@ -4251,7 +4251,7 @@ Edit the contents of this message. ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" -;;;;;; "rmailkwd.el" "7027ce1ac922c0dd51262b641e4d42c1") +;;;;;; "rmailkwd.el" "112240cbb53c402294013cc49987771a") ;;; Generated autoloads from rmailkwd.el (autoload 'rmail-add-label "rmailkwd" "\ @@ -4294,7 +4294,7 @@ With prefix argument N moves forward N messages with these labels. ;;;*** -;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "4a7502b4aeb3bd5f2111b48cc6512924") +;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "9f67f3b67de9b700b128b73c52abfefa") ;;; Generated autoloads from rmailmm.el (autoload 'rmail-mime "rmailmm" "\ @@ -4310,7 +4310,7 @@ attachments as specfied by `rmail-mime-attachment-dirs-alist'. ;;;*** ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "rmailmsc.el" -;;;;;; "b2a72d4e370f2d2b31b6f8f0794820e4") +;;;;;; "c3575020691d5769bcf08ecc932304c3") ;;; Generated autoloads from rmailmsc.el (autoload 'set-rmail-inbox-list "rmailmsc" "\ @@ -4326,7 +4326,7 @@ This applies only to the current session. ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject -;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "5a3b5ee477d2fbf79d0c566d776a7fd4") +;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "b96e85edd736f23f1e9d54a299268d1e") ;;; Generated autoloads from rmailsort.el (autoload 'rmail-sort-by-date "rmailsort" "\ @@ -4385,7 +4385,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order. ;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic ;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels -;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "26b95919c7e1f8c5609ce7323aee77ae") +;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "4715fb58fb191bf6b192458ea75524b2") ;;; Generated autoloads from rmailsum.el (autoload 'rmail-summary "rmailsum" "\ diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index d01773fe6c9..02f36fd47e7 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 5b9b95e5bbb..5c44b5cafa2 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index e8ca11ee349..3882c9e47c8 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el @@ -6,6 +6,7 @@ ;; Alex Schroeder ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index fe8a627fe6b..bbb8233d89c 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index a6ff75e4efe..93d512336dc 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index f44f36bd5ee..f4fd52c10c7 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -6,6 +6,7 @@ ;; Author: Masanobu UMEDA ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 80c65cdfb57..0b8abbca6a5 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: mail +;; Package: rmail ;; This file is part of GNU Emacs. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 2975fd1efe6..64c39f644a7 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -6,6 +6,7 @@ ;; Author: RMS ;; Maintainer: FSF ;; Keywords: internal, mouse +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 3f22099bfd1..f7dc035a886 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/misc.el b/lisp/misc.el index 4b2e78a3137..6f32a3eb90f 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: convenience +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/mouse.el b/lisp/mouse.el index a2a0191ce79..01f96e1ef86 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: hardware, mouse +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 743204cbe45..2fc84c06245 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -4,6 +4,7 @@ ;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: William M. Perry ;; Keywords: mouse +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudc-bob.el b/lisp/net/eudc-bob.el index fe41d70a090..962020f2b30 100644 --- a/lisp/net/eudc-bob.el +++ b/lisp/net/eudc-bob.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el index 7aa30cfcb66..91abac571b8 100644 --- a/lisp/net/eudc-export.el +++ b/lisp/net/eudc-export.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el index 5f165ad2e25..7798fa43d99 100644 --- a/lisp/net/eudc-hotlist.el +++ b/lisp/net/eudc-hotlist.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 5f8de5ec751..3f82816fabe 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el index 0ddfa81a501..aa4315077e4 100644 --- a/lisp/net/eudcb-bbdb.el +++ b/lisp/net/eudcb-bbdb.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el index fc90be96b5d..e2ca2acaddb 100644 --- a/lisp/net/eudcb-ldap.el +++ b/lisp/net/eudcb-ldap.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudcb-mab.el b/lisp/net/eudcb-mab.el index 8705be81b04..d848b9953a3 100644 --- a/lisp/net/eudcb-mab.el +++ b/lisp/net/eudcb-mab.el @@ -6,6 +6,7 @@ ;; Author: John Wiegley ;; Maintainer: FSF ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/eudcb-ph.el b/lisp/net/eudcb-ph.el index bd2e75ced0a..c0e4f81d31c 100644 --- a/lisp/net/eudcb-ph.el +++ b/lisp/net/eudcb-ph.el @@ -6,6 +6,7 @@ ;; Author: Oscar Figueiredo ;; Maintainer: Pavel Janík ;; Keywords: comm +;; Package: eudc ;; This file is part of GNU Emacs. diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 5a8f1dff5c0..590363a1f65 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -8,6 +8,7 @@ ;; URL: http://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Time-stamp: "6. Dezember 2009, 19:15:32 (ulf)" +;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el index e1bdc2cade2..a6629a40721 100644 --- a/lisp/net/newst-plainview.el +++ b/lisp/net/newst-plainview.el @@ -7,6 +7,7 @@ ;; Filename: newst-plainview.el ;; URL: http://www.nongnu.org/newsticker ;; Time-stamp: "6. Dezember 2009, 19:17:02 (ulf)" +;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el index ce468235b46..25ed65d04ae 100644 --- a/lisp/net/newst-reader.el +++ b/lisp/net/newst-reader.el @@ -7,6 +7,7 @@ ;; Filename: newst-reader.el ;; URL: http://www.nongnu.org/newsticker ;; Time-stamp: "6. Dezember 2009, 19:16:38 (ulf)" +;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 694d2cbc200..80df1a14f23 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el @@ -8,6 +8,7 @@ ;; URL: http://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Time-stamp: "6. Dezember 2009, 19:16:00 (ulf)" +;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el index 80bc2c70a1e..6bf0b593de3 100644 --- a/lisp/net/newst-treeview.el +++ b/lisp/net/newst-treeview.el @@ -8,6 +8,7 @@ ;; Created: 2007 ;; Keywords: News, RSS, Atom ;; Time-stamp: "6. Dezember 2009, 19:17:28 (ulf)" +;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/sasl-cram.el b/lisp/net/sasl-cram.el index 9faeded5c3b..ca0d84f4752 100644 --- a/lisp/net/sasl-cram.el +++ b/lisp/net/sasl-cram.el @@ -5,6 +5,7 @@ ;; Author: Daiki Ueno ;; Kenichi OKADA ;; Keywords: SASL, CRAM-MD5 +;; Package: sasl ;; This file is part of GNU Emacs. diff --git a/lisp/net/sasl-digest.el b/lisp/net/sasl-digest.el index 4d839296c9f..8e91a95d63c 100644 --- a/lisp/net/sasl-digest.el +++ b/lisp/net/sasl-digest.el @@ -5,6 +5,7 @@ ;; Author: Daiki Ueno ;; Kenichi OKADA ;; Keywords: SASL, DIGEST-MD5 +;; Package: sasl ;; This file is part of GNU Emacs. diff --git a/lisp/net/sasl-ntlm.el b/lisp/net/sasl-ntlm.el index 94366f1a52a..e9622526868 100644 --- a/lisp/net/sasl-ntlm.el +++ b/lisp/net/sasl-ntlm.el @@ -6,6 +6,7 @@ ;; Keywords: SASL, NTLM ;; Version: 1.00 ;; Created: February 2001 +;; Package: sasl ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index ac86fabe3a9..9c8ab4cb017 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -6,6 +6,7 @@ ;; Author: Daniel Pittman ;; Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 0e31360a416..c3243083695 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -4,6 +4,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index 484d2be7abe..92ad7811189 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -4,6 +4,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index 632b400e2b3..81dea724dd6 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -4,6 +4,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el index 4c373cbcd82..14cf2e0adbf 100644 --- a/lisp/net/tramp-ftp.el +++ b/lisp/net/tramp-ftp.el @@ -5,6 +5,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index 202eaf59835..d0814545e6e 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -4,6 +4,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-gw.el b/lisp/net/tramp-gw.el index d76cd3b3bce..76f9b30f90c 100644 --- a/lisp/net/tramp-gw.el +++ b/lisp/net/tramp-gw.el @@ -4,6 +4,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-imap.el b/lisp/net/tramp-imap.el index 3e8883d2e07..55addf588a7 100644 --- a/lisp/net/tramp-imap.el +++ b/lisp/net/tramp-imap.el @@ -4,6 +4,7 @@ ;; Author: Teodor Zlatanov ;; Keywords: mail, comm +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index f1ec7a9b81c..48af7d8120a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -5,6 +5,7 @@ ;; Author: Michael Albinus ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index 897a87b0134..a9f816be815 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el @@ -5,6 +5,7 @@ ;; Author: Kai Großjohann ;; Keywords: comm, terminals +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index a002ebebbf2..8725721869d 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -6,6 +6,7 @@ ;; Author: Kai Großjohann ;; Keywords: comm, processes +;; Package: tramp ;; This file is part of GNU Emacs. diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 5a6cdcd6886..957bab0d275 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -6,6 +6,7 @@ ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier ;; Keywords: comment uncomment +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/paths.el b/lisp/paths.el index 510caa3a876..095326e9c8e 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/pcmpl-cvs.el b/lisp/pcmpl-cvs.el index 8b394826e63..98d1e476669 100644 --- a/lisp/pcmpl-cvs.el +++ b/lisp/pcmpl-cvs.el @@ -4,6 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: John Wiegley +;; Package: pcomplete ;; This file is part of GNU Emacs. diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index accab1dea9d..df1f055506c 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -3,6 +3,8 @@ ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Package: pcomplete + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index 67ef8e76aad..59c084fffae 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el @@ -3,6 +3,8 @@ ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Package: pcomplete + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index 754d7ce7434..7960141f03e 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el @@ -3,6 +3,8 @@ ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, ;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Package: pcomplete + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index 9282fe87b5a..f2c19ca71c4 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el @@ -3,6 +3,8 @@ ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Package: pcomplete + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/pgg-def.el b/lisp/pgg-def.el index c506d579283..949b6aecb50 100644 --- a/lisp/pgg-def.el +++ b/lisp/pgg-def.el @@ -6,6 +6,7 @@ ;; Author: Daiki Ueno ;; Created: 1999/11/02 ;; Keywords: PGP, OpenPGP, GnuPG +;; Package: pgg ;; This file is part of GNU Emacs. diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el index e8375fe58fe..5d66f78e45b 100644 --- a/lisp/pgg-gpg.el +++ b/lisp/pgg-gpg.el @@ -4,10 +4,11 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno -;; Symmetric encryption and gpg-agent support added by: +;; Symmetric encryption and gpg-agent support added by: ;; Sascha Wilde ;; Created: 1999/10/28 ;; Keywords: PGP, OpenPGP, GnuPG +;; Package: pgg ;; This file is part of GNU Emacs. diff --git a/lisp/pgg-parse.el b/lisp/pgg-parse.el index 40df20bde34..501dea56388 100644 --- a/lisp/pgg-parse.el +++ b/lisp/pgg-parse.el @@ -6,6 +6,7 @@ ;; Author: Daiki Ueno ;; Created: 1999/10/28 ;; Keywords: PGP, OpenPGP, GnuPG +;; Package: pgg ;; This file is part of GNU Emacs. diff --git a/lisp/pgg-pgp.el b/lisp/pgg-pgp.el index c1c9249a736..4c5119fc8d7 100644 --- a/lisp/pgg-pgp.el +++ b/lisp/pgg-pgp.el @@ -6,6 +6,7 @@ ;; Author: Daiki Ueno ;; Created: 1999/11/02 ;; Keywords: PGP, OpenPGP +;; Package: pgg ;; This file is part of GNU Emacs. diff --git a/lisp/pgg-pgp5.el b/lisp/pgg-pgp5.el index cb2cfd915fb..1b063bf312e 100644 --- a/lisp/pgg-pgp5.el +++ b/lisp/pgg-pgp5.el @@ -6,6 +6,7 @@ ;; Author: Daiki Ueno ;; Created: 1999/11/02 ;; Keywords: PGP, OpenPGP +;; Package: pgg ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index 0ae93c392a7..630f83e58aa 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -6,6 +6,7 @@ ;; Author: Emmanuel Briot ;; Maintainer: Stephen Leake ;; Keywords: languages, ada, project file +;; Package: ada-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 103bc093bdb..b618b26c73a 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el @@ -9,6 +9,7 @@ ;; Rolf Ebert ;; Maintainer: Stephen Leake ;; Keywords: languages, ada +;; Package: ada-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 9b43a0629bf..73c31f08cd3 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -8,6 +8,7 @@ ;; Emmanuel Briot ;; Maintainer: Stephen Leake ;; Keywords: languages ada xref +;; Package: ada-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 4e93c547881..9b24ac7a1f4 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -5,7 +5,7 @@ ;; Author: Christoph.Wedler@sap.com ;; Keywords: languages, ANTLR, code generator -;; Version: (see `antlr-version' below) +;; Version: 2.2c ;; X-URL: http://antlr-mode.sourceforge.net/ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index e52a0d70e48..8224db79ace 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index be7d2a0fd3e..6c7db25612d 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el @@ -6,6 +6,7 @@ ;; Author: Alan Mackenzie (originally based on awk-mode.el) ;; Maintainer: FSF ;; Keywords: AWK, cc-mode, unix, languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index cde38d872b0..597267d4e5d 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el @@ -6,8 +6,8 @@ ;; Author: Martin Stjernholm ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 15-Jul-2000 -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 02fc3950a34..b17703b0305 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-compat.el b/lisp/progmodes/cc-compat.el index 59a336f3c69..adfac2f5f9e 100644 --- a/lisp/progmodes/cc-compat.el +++ b/lisp/progmodes/cc-compat.el @@ -8,8 +8,8 @@ ;; 1994-1999 Barry A. Warsaw ;; Maintainer: bug-cc-mode@gnu.org ;; Created: August 1994, split from cc-mode.el -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index e5e108106f1..147a0e2dc2a 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 5aa03317491..e389007065a 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 219eb25368c..72703b9a5e4 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -6,8 +6,8 @@ ;; 2002- Martin Stjernholm ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 07-Jan-2002 -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index ae0ed1b928a..5cd5c0b95ca 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index ae346afa548..e27335e1f58 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el @@ -11,8 +11,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index d61c8d42457..6a76a657829 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -12,7 +12,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: a long, long, time ago. adapted from the original c-mode.el -;; Keywords: c languages oop +;; Keywords: c languages ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index ec9ffe34624..48120563b29 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index f61c2a9fd06..e965cc21928 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -12,8 +12,8 @@ ;; 1985 Richard M. Stallman ;; Maintainer: bug-cc-mode@gnu.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: See cc-mode.el -;; Keywords: c languages oop +;; Keywords: c languages +;; Package: cc-mode ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index e4b380995d5..00c11086ce1 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el @@ -6,7 +6,7 @@ ;; Author: Anders Lindgren ;; Keywords: c, languages, faces ;; X-Url: http://www.andersl.com/emacs -;; Version: 1.3.1 1999-12-13 +;; Version: 1.3.1 ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index 17173bd0458..a8741a30cf2 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.2 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 3c71f29b236..45f2fe727e8 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.10 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 2bd527a0222..2ca38406d4f 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.1 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 901c80a7225..dd94f9e638a 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.2 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index ad5683cb7f5..fa1592bb17f 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.9 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index a9c4838d9e1..b005d95a806 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.0 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index e2a35dbc943..a7f1851cffb 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el @@ -7,6 +7,7 @@ ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript ;; Version: 1.4 +;; Package: ebnf2ps ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index f6eff9c3cff..4ae6a812f1e 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -6,7 +6,7 @@ ;; Authors: J.D. Smith ;; Carsten Dominik ;; Maintainer: J.D. Smith -;; Version: 6.1_em22 +;; Version: 6.1.22 ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index dbe6f179e5b..e6a7e9dd4a6 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -7,7 +7,7 @@ ;; Carsten Dominik ;; Chris Chase ;; Maintainer: J.D. Smith -;; Version: 6.1_em22 +;; Version: 6.1.22 ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 395cfd54045..71a8be3bd37 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -5,7 +5,7 @@ ;; Author: Carsten Dominik ;; Maintainer: J.D. Smith -;; Version: 6.1_em22 +;; Version: 6.1.22 ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 1d042c99451..dc85d094810 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -7,7 +7,7 @@ ;; Carsten Dominik ;; Chris Chase ;; Maintainer: J.D. Smith -;; Version: 6.1_em22 +;; Version: 6.1.22 ;; Keywords: languages ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 9fb4822436a..5e854f852e1 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -7,7 +7,7 @@ ;; Maintainer: Daniel Colascione ;; Version: 9 ;; Date: 2009-07-25 -;; Keywords: languages, oop, javascript +;; Keywords: languages, javascript ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 387a0cb6e00..9b83f77d3b8 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el @@ -6,7 +6,7 @@ ;; Author: Peter Kleiweg ;; Maintainer: Peter Kleiweg ;; Created: 20 Aug 1997 -;; Version: 1.1h, 16 Jun 2005 +;; Version: 1.1h ;; Keywords: PostScript, languages ;; Yoni Rabkin contacted the maintainer of this diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 65ec4bf101a..585b5f9eb69 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -15,6 +15,7 @@ ;; Author: Kenichi Handa ;; (according to ack.texi) ;; Keywords: wp, BDF, font, PostScript +;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 5e045bccf9a..c27ee251e08 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -8,6 +8,7 @@ ;; Vinicius Jose Latorre ;; Keywords: wp, print, PostScript ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 51c4cc20bec..df779fde39d 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -8,6 +8,7 @@ ;; Maintainer: Kenichi Handa (multi-byte characters) ;; Vinicius Jose Latorre ;; Keywords: wp, print, PostScript, multibyte, mule +;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 7c7397a52bc..244308c4d0f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -13,6 +13,7 @@ ;; Keywords: wp, print, PostScript ;; Version: 7.3.5 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; Package: ps-print (defconst ps-print-version "7.3.5" "ps-print.el, v 7.3.5 <2009/12/23 vinicius> @@ -6656,7 +6657,7 @@ If FACE is not a valid face name, use default face." ;; But autoload them here to make the separation invisible. ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize -;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "9187df3473401876e0df4937c311fbaf") +;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "d2fcad95db7404989362657faf744796") ;;; Generated autoloads from ps-mule.el (defvar ps-multibyte-buffer nil "\ diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 5ad1c6855d0..9fab290fc52 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -10,6 +10,7 @@ ;; Vinicius Jose Latorre ;; Keywords: wp, print, PostScript ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/rect.el b/lisp/rect.el index facc6d51858..66584089910 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -5,6 +5,7 @@ ;; Maintainer: Didier Verna ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/register.el b/lisp/register.el index 1a6d84d2c17..97b6eb0dfc8 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/repeat.el b/lisp/repeat.el index edebbe24a84..eddaf4f020e 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -5,7 +5,7 @@ ;; Author: Will Mengarini ;; Created: Mo 02 Mar 98 -;; Version: 0.51, We 13 May 98 +;; Version: 0.51 ;; Keywords: convenience, vi, repeat ;; This file is part of GNU Emacs. diff --git a/lisp/replace.el b/lisp/replace.el index 01d971f76eb..baea2820433 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -5,6 +5,7 @@ ;; Free Software Foundation, Inc. ;; Maintainer: FSF +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 7c2cf0f96f5..fa7a9336156 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -5,6 +5,7 @@ ;; ;; Author: Miles Bader ;; Keywords: convenience minibuffer +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index ebc00859137..8b8edab0009 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: hardware +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/simple.el b/lisp/simple.el index c1ec78da7b9..6a99f785852 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/startup.el b/lisp/startup.el index 72169799acf..c029eff54cf 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/subr.el b/lisp/subr.el index 0852ec58b5a..67036ba6412 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/tabify.el b/lisp/tabify.el index c8cf877cb9c..591a9432fe5 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -4,6 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index a9eb45939b2..be3fd5a1789 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: wp +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index a672dc92158..1c213fcbea2 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: wp convenience +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 2c698a836fe..4f1bcefa90e 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: wp +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el index 374ac990cc6..89e8d26bc65 100644 --- a/lisp/textmodes/reftex-auc.el +++ b/lisp/textmodes/reftex-auc.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 3972a1df31c..79797b4791b 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index d15cf3f9931..39fc0f4a81c 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 22e8a577d97..dc533185b24 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 35cae5ae874..dee7a319260 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index dc03a387082..58aaaa47a38 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index b186a1ea713..23723489d13 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index 90dc01a6bbe..bebeb1cd51a 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index ae1690416b9..41ea83b077f 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index ce0ac32492d..5b83e7a43ad 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -6,6 +6,7 @@ ;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Version: 4.31 +;; Package: reftex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 51040824b20..b6868d3a8e8 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -5,6 +5,7 @@ ;; Maintainer: FSF ;; Keywords: wp +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 4b83b07754d..98aaa8fe50a 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -5,6 +5,7 @@ ;; ;; Author: Dave Love ;; Keywords: mouse frames +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 344f01fa4cc..5987b00f92e 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -5,6 +5,7 @@ ;; Author: Gerd Moellmann ;; Keywords: help c mouse tools +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 15dfe86a8df..6961fafb3aa 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -4,6 +4,7 @@ ;; Maintainer: FSF ;; Keywords: help, internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 27093042efe..a654b2dcfc5 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -7,6 +7,7 @@ ;; Maintainer: FSF ;; Keywords: files ;; Created: 15 May 86 +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el index 5695b058d27..4316b6e4d93 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el @@ -4,6 +4,7 @@ ;; 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-help.el b/lisp/vc/ediff-help.el index d9ca687e6b0..06a600f0af4 100644 --- a/lisp/vc/ediff-help.el +++ b/lisp/vc/ediff-help.el @@ -4,6 +4,7 @@ ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-hook.el b/lisp/vc/ediff-hook.el index 390538ed009..e917d29a7b4 100644 --- a/lisp/vc/ediff-hook.el +++ b/lisp/vc/ediff-hook.el @@ -4,6 +4,7 @@ ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index 0ea1e8c02f6..d1b40f7ee58 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el @@ -4,6 +4,7 @@ ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-merg.el b/lisp/vc/ediff-merg.el index c4b94a02e0c..4c6aee15d1d 100644 --- a/lisp/vc/ediff-merg.el +++ b/lisp/vc/ediff-merg.el @@ -4,6 +4,7 @@ ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-mult.el b/lisp/vc/ediff-mult.el index a2c1043049d..39bd06fbd97 100644 --- a/lisp/vc/ediff-mult.el +++ b/lisp/vc/ediff-mult.el @@ -4,6 +4,7 @@ ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index 1203747fdb7..b6c7f6ab7ba 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el @@ -4,6 +4,7 @@ ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index 77284a19f50..e1589e3deb4 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el @@ -4,6 +4,7 @@ ;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-vers.el b/lisp/vc/ediff-vers.el index e314afc24b5..581aad3e4dc 100644 --- a/lisp/vc/ediff-vers.el +++ b/lisp/vc/ediff-vers.el @@ -4,6 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el index 61213c039c0..8b16c5a4a12 100644 --- a/lisp/vc/ediff-wind.el +++ b/lisp/vc/ediff-wind.el @@ -4,6 +4,7 @@ ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Kifer +;; Package: ediff ;; This file is part of GNU Emacs. diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index a49cd2f1ab1..7dda4533f6e 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el @@ -6,6 +6,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs +;; Package: pcvs ;; This file is part of GNU Emacs. diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el index 198b3dd057d..1ae924ff177 100644 --- a/lisp/vc/pcvs-info.el +++ b/lisp/vc/pcvs-info.el @@ -6,6 +6,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs +;; Package: pcvs ;; This file is part of GNU Emacs. diff --git a/lisp/vc/pcvs-parse.el b/lisp/vc/pcvs-parse.el index deb11936c86..560a270a731 100644 --- a/lisp/vc/pcvs-parse.el +++ b/lisp/vc/pcvs-parse.el @@ -5,6 +5,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs +;; Package: pcvs ;; This file is part of GNU Emacs. diff --git a/lisp/vc/pcvs-util.el b/lisp/vc/pcvs-util.el index 26f4a829a5f..595b762b2fa 100644 --- a/lisp/vc/pcvs-util.el +++ b/lisp/vc/pcvs-util.el @@ -5,6 +5,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs +;; Package: pcvs ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el index c95fe54d04a..10b88e6f14c 100644 --- a/lisp/vc/vc-annotate.el +++ b/lisp/vc/vc-annotate.el @@ -6,6 +6,7 @@ ;; Author: Martin Lorentzson ;; Maintainer: FSF ;; Keywords: vc tools +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-arch.el b/lisp/vc/vc-arch.el index a723f98b8ae..3ca9d59e3c1 100644 --- a/lisp/vc/vc-arch.el +++ b/lisp/vc/vc-arch.el @@ -5,6 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Stefan Monnier +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index bea856b28e2..78441772bd4 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el @@ -6,8 +6,9 @@ ;; Riccardo Murri ;; Keywords: vc tools ;; Created: Sept 2006 -;; Version: 2008-01-04 (Bzr revno 25) +;; Version: 2008-01-04 ;; URL: http://launchpad.net/vc-bzr +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index 8f9d07723d8..ad307d3a201 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el @@ -5,6 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index 1036f34fe79..bd495eaf4b7 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el @@ -5,6 +5,7 @@ ;; Author: Bill Perry ;; Maintainer: Bill Perry ;; Keywords: url, vc +;; Package: vc ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 9cacef2f71b..4397251959d 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -5,6 +5,7 @@ ;; Author: Dan Nicolaescu ;; Keywords: vc tools +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 0b7851f0a85..b6ccae1af1b 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -6,6 +6,7 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Eric S. Raymond ;; Keywords: vc tools +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index cccccbdfd02..48a86454f74 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -4,6 +4,7 @@ ;; Author: Alexandre Julliard ;; Keywords: vc tools +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index 8504309e334..c087a4d9e1f 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -4,6 +4,7 @@ ;; Author: Ivan Kanis ;; Keywords: vc tools +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index cf444d204ea..91e9b8e3cd3 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -6,6 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index 03b651d9450..cb03853f865 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el @@ -4,6 +4,7 @@ ;; Author: Stefan Monnier ;; Keywords: vc +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 9756ec21967..1c3b4c00e32 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el @@ -6,6 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index de476ded369..cf7d97e483d 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el @@ -6,6 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index 889a60c278e..3af6842ab44 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -5,6 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Stefan Monnier +;; Package: vc ;; This file is part of GNU Emacs. diff --git a/lisp/version.el b/lisp/version.el index 770409b9487..b4e2c61b570 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 78fe793b174..e08ecf880e7 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -5,6 +5,7 @@ ;; Author: Geoff Voelker ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index c1d593ea4ec..91676dd12da 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -5,6 +5,7 @@ ;; Author: Jason Rumney ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index 698e6e805a4..96e6bd236cf 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el @@ -5,6 +5,7 @@ ;; ;; Author: Per Abrahamsen ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index dfeb6371f5e..721414b32ac 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -6,6 +6,7 @@ ;; Author: Per Abrahamsen ;; Maintainer: FSF ;; Keywords: extensions +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/widget.el b/lisp/widget.el index 3e35f6c25ab..962235a25d2 100644 --- a/lisp/widget.el +++ b/lisp/widget.el @@ -7,6 +7,7 @@ ;; Keywords: help, extensions, faces, hypermedia ;; Version: 1.9920 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/window.el b/lisp/window.el index b674b480025..2f6c64ba3d1 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -6,6 +6,7 @@ ;; Maintainer: FSF ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. diff --git a/lisp/woman.el b/lisp/woman.el index 1a9d512d302..cc14091c2e7 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -7,7 +7,7 @@ ;; Maintainer: FSF ;; Keywords: help, unix ;; Adapted-By: Eli Zaretskii -;; Version: see `woman-version' +;; Version: 0.551 ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ ;; This file is part of GNU Emacs. diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index 6d38fd043fe..c589382e014 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -6,6 +6,7 @@ ;; Author: Jan Djärv ;; Maintainer: FSF ;; Keywords: window, drag, drop +;; Package: emacs ;; This file is part of GNU Emacs. -- cgit v1.2.3 From f291fe60fb9ed250ded34b6b9ed26e085f119a4e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 30 Aug 2010 15:03:05 +0200 Subject: Use `declare' in defmacros. * lisp/window.el (save-selected-window): * lisp/subr.el (with-temp-file, with-temp-message, with-syntax-table): * lisp/progmodes/python.el (def-python-skeleton): * lisp/net/dbus.el (dbus-ignore-errors): * lisp/jka-cmpr-hook.el (with-auto-compression-mode): * lisp/international/mule.el (with-category-table): * lisp/emacs-lisp/timer.el (with-timeout): * lisp/emacs-lisp/lisp-mnt.el (lm-with-file): * lisp/emacs-lisp/eieio.el (with-slots): * lisp/emacs-lisp/easymenu.el (easy-menu-define): * lisp/emacs-lisp/debug.el (debugger-env-macro): * lisp/emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq) (Multiple-value-call, Multiple-value-prog1): * lisp/emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key) (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and edebug rule to definition. * lisp/emacs-lisp/lisp-mode.el (save-selected-window) (with-current-buffer, combine-after-change-calls) (with-output-to-string, with-temp-file, with-temp-buffer) (with-temp-message, with-syntax-table, read-if, eval-after-load) (dolist, dotimes, when, unless): * lisp/emacs-lisp/byte-run.el (inline): Remove indent rule, redundant. --- lisp/ChangeLog | 30 ++++++++++++++++++++++++++++-- lisp/emacs-lisp/byte-run.el | 1 - lisp/emacs-lisp/cl-compat.el | 9 ++++----- lisp/emacs-lisp/cl-seq.el | 12 +++++------- lisp/emacs-lisp/debug.el | 2 +- lisp/emacs-lisp/easymenu.el | 3 +-- lisp/emacs-lisp/eieio.el | 3 +-- lisp/emacs-lisp/lisp-mnt.el | 4 +--- lisp/emacs-lisp/lisp-mode.el | 14 -------------- lisp/emacs-lisp/timer.el | 3 +-- lisp/international/mule.el | 3 +-- lisp/jka-cmpr-hook.el | 3 +-- lisp/net/dbus.el | 4 +--- lisp/progmodes/python.el | 2 +- lisp/subr.el | 9 +++++---- lisp/window.el | 1 + 16 files changed, 52 insertions(+), 51 deletions(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63aeae241c4..74f4c73fb7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,29 @@ +2010-08-30 Stefan Monnier + + Use `declare' in defmacros. + * window.el (save-selected-window): + * subr.el (with-temp-file, with-temp-message, with-syntax-table): + * progmodes/python.el (def-python-skeleton): + * net/dbus.el (dbus-ignore-errors): + * jka-cmpr-hook.el (with-auto-compression-mode): + * international/mule.el (with-category-table): + * emacs-lisp/timer.el (with-timeout): + * emacs-lisp/lisp-mnt.el (lm-with-file): + * emacs-lisp/eieio.el (with-slots): + * emacs-lisp/easymenu.el (easy-menu-define): + * emacs-lisp/debug.el (debugger-env-macro): + * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq) + (Multiple-value-call, Multiple-value-prog1): + * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key) + (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and + edebug rule to definition. + * emacs-lisp/lisp-mode.el (save-selected-window) + (with-current-buffer, combine-after-change-calls) + (with-output-to-string, with-temp-file, with-temp-buffer) + (with-temp-message, with-syntax-table, read-if, eval-after-load) + (dolist, dotimes, when, unless): + * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant. + 2010-08-29 Chong Yidong * finder.el: Require `package'. @@ -7,8 +33,8 @@ (finder-compile-keywords): Compute package--builtins and finder-keywords-hash instead of finder-keywords-hash, respecting the "Package" header. - (finder-unknown-keywords, finder-list-matches): Use - finder-keywords-hash and package--list-packages. + (finder-unknown-keywords, finder-list-matches): + Use finder-keywords-hash and package--list-packages. (finder-mode): Don't set font-lock-defaults. (finder-exit): We don't use "*Finder-package*" and "*Finder Category*" buffers anymore. diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index a6273f8c484..6ce141eb8e6 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -66,7 +66,6 @@ The return value of this function is not used." ;; Redefined in byte-optimize.el. ;; This is not documented--it's not clear that we should promote it. (fset 'inline 'progn) -(put 'inline 'lisp-indent-function 0) ;;; Interface to inline functions. diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el index d9e926cc41d..f4923b6f8c6 100644 --- a/lisp/emacs-lisp/cl-compat.el +++ b/lisp/emacs-lisp/cl-compat.el @@ -71,11 +71,6 @@ ;;; by capitalizing the first letter: Values, Multiple-value-*, ;;; to avoid conflict with the new-style definitions in cl-macs. -(put 'Multiple-value-bind 'lisp-indent-function 2) -(put 'Multiple-value-setq 'lisp-indent-function 2) -(put 'Multiple-value-call 'lisp-indent-function 1) -(put 'Multiple-value-prog1 'lisp-indent-function 1) - (defvar *mvalues-values* nil) (defun Values (&rest val-forms) @@ -91,18 +86,22 @@ (list *mvalues-temp*)))) (defmacro Multiple-value-call (function &rest args) + (declare (indent 1)) (list 'apply function (cons 'append (mapcar (function (lambda (x) (list 'Multiple-value-list x))) args)))) (defmacro Multiple-value-bind (vars form &rest body) + (declare (indent 2)) (list* 'multiple-value-bind vars (list 'Multiple-value-list form) body)) (defmacro Multiple-value-setq (vars form) + (declare (indent 2)) (list 'multiple-value-setq vars (list 'Multiple-value-list form))) (defmacro Multiple-value-prog1 (form &rest body) + (declare (indent 1)) (list 'prog1 form (list* 'let '((*mvalues-values* nil)) body))) diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el index 5bed71b2ed7..a5070e4acea 100644 --- a/lisp/emacs-lisp/cl-seq.el +++ b/lisp/emacs-lisp/cl-seq.el @@ -48,6 +48,7 @@ ;;; this file independent from cl-macs. (defmacro cl-parsing-keywords (kwords other-keys &rest body) + (declare (indent 2) (debug (sexp sexp &rest form))) (cons 'let* (cons (mapcar @@ -84,13 +85,13 @@ (car cl-keys-temp))) '(setq cl-keys-temp (cdr (cdr cl-keys-temp))))))) body)))) -(put 'cl-parsing-keywords 'lisp-indent-function 2) -(put 'cl-parsing-keywords 'edebug-form-spec '(sexp sexp &rest form)) (defmacro cl-check-key (x) + (declare (debug edebug-forms)) (list 'if 'cl-key (list 'funcall 'cl-key x) x)) (defmacro cl-check-test-nokey (item x) + (declare (debug edebug-forms)) (list 'cond (list 'cl-test (list 'eq (list 'not (list 'funcall 'cl-test item x)) @@ -101,20 +102,17 @@ (list 'equal item x) (list 'eq item x))))) (defmacro cl-check-test (item x) + (declare (debug edebug-forms)) (list 'cl-check-test-nokey item (list 'cl-check-key x))) (defmacro cl-check-match (x y) + (declare (debug edebug-forms)) (setq x (list 'cl-check-key x) y (list 'cl-check-key y)) (list 'if 'cl-test (list 'eq (list 'not (list 'funcall 'cl-test x y)) 'cl-test-not) (list 'if (list 'numberp x) (list 'equal x y) (list 'eq x y)))) -(put 'cl-check-key 'edebug-form-spec 'edebug-forms) -(put 'cl-check-test 'edebug-form-spec 'edebug-forms) -(put 'cl-check-test-nokey 'edebug-form-spec 'edebug-forms) -(put 'cl-check-match 'edebug-form-spec 'edebug-forms) - (defvar cl-test) (defvar cl-test-not) (defvar cl-if) (defvar cl-if-not) (defvar cl-key) diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index b8ff3c03ee9..17fcf7ad6c5 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -514,9 +514,9 @@ Applies to the frame whose line point is on in the backtrace." (insert ? ))) (beginning-of-line)) -(put 'debugger-env-macro 'lisp-indent-function 0) (defmacro debugger-env-macro (&rest body) "Run BODY in original environment." + (declare (indent 0)) `(save-excursion (if (null (buffer-name debugger-old-buffer)) ;; old buffer deleted diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 8d734b22e3f..9992861fc3c 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -43,8 +43,6 @@ menus, turn this variable off, otherwise it is probably better to keep it on.") (defsubst easy-menu-intern (s) (if (stringp s) (intern s) s)) -;;;###autoload -(put 'easy-menu-define 'lisp-indent-function 'defun) ;;;###autoload (defmacro easy-menu-define (symbol maps doc menu) "Define a menu bar submenu in maps MAPS, according to MENU. @@ -151,6 +149,7 @@ unselectable text. A string consisting solely of hyphens is displayed as a solid horizontal line. A menu item can be a list with the same format as MENU. This is a submenu." + (declare (indent defun)) `(progn ,(if symbol `(defvar ,symbol nil ,doc)) (easy-menu-do-define (quote ,symbol) ,maps ,doc ,menu))) diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index f5e684e1323..34fb5b9c9fc 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -1610,6 +1610,7 @@ SPEC-LIST is of a form similar to `let'. For example: Where each VAR is the local variable given to the associated SLOT. A slot specified without a variable name is given a variable name of the same name as the slot." + (declare (indent 2)) ;; Transform the spec-list into a symbol-macrolet spec-list. (let ((mappings (mapcar (lambda (entry) (let ((var (if (listp entry) (car entry) entry)) @@ -1618,8 +1619,6 @@ variable name of the same name as the slot." spec-list))) (append (list 'symbol-macrolet mappings) body))) -(put 'with-slots 'lisp-indent-function 2) - ;;; Simple generators, and query functions. None of these would do ;; well embedded into an object. diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 10b7baf294f..7df65acb283 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -298,6 +298,7 @@ The returned value is a list of strings, one per line." (defmacro lm-with-file (file &rest body) "Execute BODY in a buffer containing the contents of FILE. If FILE is nil, execute BODY in the current buffer." + (declare (indent 1) (debug t)) (let ((filesym (make-symbol "file"))) `(let ((,filesym ,file)) (if ,filesym @@ -311,9 +312,6 @@ If FILE is nil, execute BODY in the current buffer." (with-syntax-table emacs-lisp-mode-syntax-table ,@body)))))) -(put 'lm-with-file 'lisp-indent-function 1) -(put 'lm-with-file 'edebug-form-spec t) - ;; Fixme: Probably this should be amalgamated with copyright.el; also ;; we need a check for ranges in copyright years. diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index ff8e187dd53..e4330e43fc9 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -1210,31 +1210,17 @@ This function also returns nil meaning don't specify the indentation." (put 'prog2 'lisp-indent-function 2) (put 'save-excursion 'lisp-indent-function 0) (put 'save-window-excursion 'lisp-indent-function 0) -(put 'save-selected-window 'lisp-indent-function 0) (put 'save-restriction 'lisp-indent-function 0) (put 'save-match-data 'lisp-indent-function 0) (put 'save-current-buffer 'lisp-indent-function 0) -(put 'with-current-buffer 'lisp-indent-function 1) -(put 'combine-after-change-calls 'lisp-indent-function 0) -(put 'with-output-to-string 'lisp-indent-function 0) -(put 'with-temp-file 'lisp-indent-function 1) -(put 'with-temp-buffer 'lisp-indent-function 0) -(put 'with-temp-message 'lisp-indent-function 1) -(put 'with-syntax-table 'lisp-indent-function 1) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1) (put 'if 'lisp-indent-function 2) -(put 'read-if 'lisp-indent-function 2) (put 'catch 'lisp-indent-function 1) (put 'condition-case 'lisp-indent-function 2) (put 'unwind-protect 'lisp-indent-function 1) (put 'with-output-to-temp-buffer 'lisp-indent-function 1) -(put 'eval-after-load 'lisp-indent-function 1) -(put 'dolist 'lisp-indent-function 1) -(put 'dotimes 'lisp-indent-function 1) -(put 'when 'lisp-indent-function 1) -(put 'unless 'lisp-indent-function 1) (defun indent-sexp (&optional endpos) "Indent each line of the list starting just after point. diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 63ec072e7e5..6ae6a86857e 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el @@ -443,8 +443,6 @@ This function returns a timer object which you can use in `cancel-timer'." "This is the timer function used for the timer made by `with-timeout'." (throw tag 'timeout)) -(put 'with-timeout 'lisp-indent-function 1) - (defvar with-timeout-timers nil "List of all timers used by currently pending `with-timeout' calls.") @@ -456,6 +454,7 @@ event (such as keyboard input, input from subprocesses, or a certain time); if the program loops without waiting in any way, the timeout will not be detected. \n(fn (SECONDS TIMEOUT-FORMS...) BODY)" + (declare (indent 1)) (let ((seconds (car list)) (timeout-forms (cdr list))) `(let ((with-timeout-tag (cons nil nil)) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 84b8db3e9ca..9f1833924b3 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -2297,13 +2297,12 @@ It returns the number of characters changed." (setq table val))) (translate-region-internal start end table)) -(put 'with-category-table 'lisp-indent-function 1) - (defmacro with-category-table (table &rest body) "Execute BODY like `progn' with TABLE the current category table. The category table of the current buffer is saved, BODY is evaluated, then the saved table is restored, even in case of an abnormal exit. Value is what BODY returns." + (declare (indent 1) (debug t)) (let ((old-table (make-symbol "old-table")) (old-buffer (make-symbol "old-buffer"))) `(let ((,old-table (category-table)) diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 8c68a9494f2..68f564c488f 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -335,6 +335,7 @@ Return the new status of auto compression (non-nil means on)." (defmacro with-auto-compression-mode (&rest body) "Evalute BODY with automatic file compression and uncompression enabled." + (declare (indent 0)) (let ((already-installed (make-symbol "already-installed"))) `(let ((,already-installed (jka-compr-installed-p))) (unwind-protect @@ -344,8 +345,6 @@ Return the new status of auto compression (non-nil means on)." ,@body) (unless ,already-installed (jka-compr-uninstall)))))) -(put 'with-auto-compression-mode 'lisp-indent-function 0) - ;; This is what we need to know about jka-compr-handler ;; in order to decide when to call it. diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index ee876e04190..8d9512d6f9f 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -92,12 +92,10 @@ (defmacro dbus-ignore-errors (&rest body) "Execute BODY; signal D-Bus error when `dbus-debug' is non-nil. Otherwise, return result of last form in BODY, or all other errors." + (declare (indent 0) (debug t)) `(condition-case err (progn ,@body) (dbus-error (when dbus-debug (signal (car err) (cdr err)))))) - -(put 'dbus-ignore-errors 'lisp-indent-function 0) -(put 'dbus-ignore-errors 'edebug-form-spec '(form body)) (font-lock-add-keywords 'emacs-lisp-mode '("\\")) (defvar dbus-event-error-hooks nil diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 849951a633a..2690d399411 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2285,6 +2285,7 @@ the if condition." (eval-when-compile ;; Define a user-level skeleton and add it to the abbrev table. (defmacro def-python-skeleton (name &rest elements) + (declare (indent 2)) (let* ((name (symbol-name name)) (function (intern (concat "python-insert-" name)))) `(progn @@ -2297,7 +2298,6 @@ the if condition." (define-skeleton ,function ,(format "Insert Python \"%s\" template." name) ,@elements))))) -(put 'def-python-skeleton 'lisp-indent-function 2) ;; From `skeleton-further-elements' set below: ;; `<': outdent a level; diff --git a/lisp/subr.el b/lisp/subr.el index 67036ba6412..83cf7211906 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1630,6 +1630,7 @@ Return nil if there isn't one." load-elt (and loads (car loads))))) load-elt)) +(put 'eval-after-load 'lisp-indent-function 1) (defun eval-after-load (file form) "Arrange that, if FILE is ever loaded, FORM will be run at that time. If FILE is already loaded, evaluate FORM right now. @@ -2713,7 +2714,7 @@ nor the buffer list." "Create a new buffer, evaluate BODY there, and write the buffer to FILE. The value returned is the value of the last form in BODY. See also `with-temp-buffer'." - (declare (debug t)) + (declare (indent 1) (debug t)) (let ((temp-file (make-symbol "temp-file")) (temp-buffer (make-symbol "temp-buffer"))) `(let ((,temp-file ,file) @@ -2735,7 +2736,7 @@ The value returned is the value of the last form in BODY. MESSAGE is written to the message log buffer if `message-log-max' is non-nil. If MESSAGE is nil, the echo area and message log buffer are unchanged. Use a MESSAGE of \"\" to temporarily clear the echo area." - (declare (debug t)) + (declare (debug t) (indent 1)) (let ((current-message (make-symbol "current-message")) (temp-message (make-symbol "with-temp-message"))) `(let ((,temp-message ,message) @@ -2765,7 +2766,7 @@ See also `with-temp-file' and `with-output-to-string'." (kill-buffer ,temp-buffer))))))) (defmacro with-silent-modifications (&rest body) - "Execute BODY, pretending it does not modifies the buffer. + "Execute BODY, pretending it does not modify the buffer. If BODY performs real modifications to the buffer's text, other than cosmetic ones, undo data may become corrupted. Typically used around modifications of text-properties which do not really @@ -3227,7 +3228,7 @@ that can be added." The syntax table of the current buffer is saved, BODY is evaluated, and the saved table is restored, even in case of an abnormal exit. Value is what BODY returns." - (declare (debug t)) + (declare (debug t) (indent 1)) (let ((old-table (make-symbol "table")) (old-buffer (make-symbol "buffer"))) `(let ((,old-table (syntax-table)) diff --git a/lisp/window.el b/lisp/window.el index 2f6c64ba3d1..9a52667cea0 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -55,6 +55,7 @@ This macro saves and restores the current buffer, since otherwise its normal operation could make a different buffer current. The order of recently selected windows and the buffer list ordering are not altered by this macro (unless they are altered in BODY)." + (declare (indent 0) (debug t)) `(let ((save-selected-window-window (selected-window)) ;; It is necessary to save all of these, because calling ;; select-window changes frame-selected-window for whatever -- cgit v1.2.3