emacs/lisp/emacs-lisp
Juanma Barranquero 4d6769e1bb lisp/*: Add declarations, remove unused bindings, mark unused args.
* lisp/avoid.el (mouse-avoidance-mode): Mark unused arg.
  (mouse-avoidance-nudge-mouse): Remove unused binding.

* lisp/imenu.el (imenu-default-goto-function): Mark unused args.
  (imenu-progress-message): Remove obsolete macro; all callers changed.

* lisp/mouse.el (mouse-menu-major-mode-map):
* lisp/emacs-lisp/authors.el (authors-scan-change-log)
  (authors-add-to-author-list):
* lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance):
* lisp/emacs-lisp/smie.el (smie-auto-fill):
* lisp/mail/sendmail.el (mail-bury):
* lisp/mail/unrmail.el (unrmail):
* lisp/net/tls.el (open-tls-stream):
* lisp/textmodes/picture.el (picture-mouse-set-point):
  Remove unused bindings.

* lisp/subr.el (keymap-canonicalize): Remove unused binding.
  (read-passwd): Mark unused arg.

* lisp/tutorial.el (tutorial--display-changes): Remove unused binding.
  (tutorial--save-tutorial-to): Remove unused variable.

* lisp/emacs-lisp/package.el (define-package, package-menu-mark-delete)
  (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
  (package-generate-autoloads, package-menu--generate)
  (package-menu--find-upgrades): Remove unused bindings.

* lisp/emulation/cua-rect.el (cua-restrict-regexp-rectangle)
  (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
  (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
  (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
  (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
  (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
  (cua--rectangle-aux-replace, cua--left-fill-rectangle)
  (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
  (cua-delete-char-rectangle): Mark unused args.
  (cua-align-rectangle): Remove unused binding.

* lisp/mail/rmail.el (compilation--message->loc)
  (epa--find-coding-system-for-mime-charset): Declare.

* lisp/net/dbus.el (dbus-register-service): Declare.
  (dbus-name-owner-changed-handler): Remove unused binding.

* lisp/nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
  (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
  (nxml-scan-backward-within): Mark unused arg.
  (nxml-dynamic-markup-word): Remove unused binding.
2012-04-19 19:20:26 +02:00
..
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
advice.el Update Compilation and Advice chapters in Lisp manual. 2012-02-10 23:50:11 +08:00
assoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
authors.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
autoload.el * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused. 2012-04-10 16:15:08 -04:00
avl-tree.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
backquote.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
benchmark.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bindat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
byte-opt.el Remove defining user variables via * in docstring. 2012-04-09 20:36:01 +08:00
byte-run.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bytecomp.el * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more 2012-03-26 15:10:00 -04:00
cconv.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
chart.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
check-declare.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
checkdoc.el Duplicate-word and spelling fixes. 2012-01-10 22:53:12 -08:00
cl-extra.el * lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration. 2012-04-16 15:20:42 -04:00
cl-indent.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cl-loaddefs.el Auto-commit of loaddefs files. 2012-04-17 06:21:15 -04:00
cl-macs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl-seq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl-specs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cl.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
copyright.el * lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo. 2012-03-17 00:36:27 +08:00
crm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cust-print.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
debug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
derived.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
disass.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
easy-mmode.el Avoid the use of ((lambda ...) ...) in lexical-binding code. 2012-04-14 08:48:27 -04:00
easymenu.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
edebug.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
eieio-base.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-custom.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-datadebug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-opt.el * eieio-opt.el (describe-class, describe-generic): Autoload trivia. 2012-04-16 15:25:59 -04:00
eieio-speedbar.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
eldoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elint.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ert-x.el Header comment trivial fix 2012-04-16 15:21:32 -04:00
ert.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ewoc.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
find-func.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
find-gc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
float-sup.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
generic.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gulp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
helper.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mnt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mode.el Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table. 2012-01-29 12:45:51 +08:00
lisp.el `narrow-to-defun' fixup 2012-04-11 04:12:20 +02:00
macroexp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
map-ynp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package-x.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
pcase.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pp.el lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'. 2012-02-05 03:09:35 +01:00
re-builder.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
regexp-opt.el Call imagemagick-register-types automatically. 2012-04-16 11:47:43 +08:00
regi.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ring.el Fix ring extension code in ring.el, and tweak comint-input-ring handling. 2012-03-15 16:00:43 +08:00
rx.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
shadow.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
smie.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
syntax.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tabulated-list.el Improve column width calculation in tabulated-list.el. 2012-03-20 23:44:45 +08:00
tcover-ses.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tcover-unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testcover.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
timer.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
tq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
trace.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
warnings.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00