1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
emacs/lisp/textmodes
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
artist.el (artist-mode): Convert artist-mode to use define-minor-mode. 2012-04-11 13:57:21 +02:00
bib-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
bibtex-style.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bibtex.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
conf-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
css-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
dns-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
enriched.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
fill.el (fill-region): Leave point and mark where they were before filling 2012-04-10 04:06:19 +02:00
flyspell.el textmodes/flyspell.el (flyspell-large-region): Specify encoding for hunspell with ("-i" ENCODING). 2012-04-12 16:19:40 +02:00
ispell.el (ispell-dictionary-base-alist): Revert to original XEmacs friendly default value. 2012-04-16 19:32:02 +02:00
makeinfo.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nroff-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
page-ext.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
page.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
paragraphs.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
picture.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
po.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
refbib.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
refer.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
refill.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-auc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-cite.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-dcr.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
reftex-global.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-index.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-parse.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-ref.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-sel.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-toc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
reftex-vars.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
reftex.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
remember.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rst.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
sgml-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
table.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
tex-mode.el Replace independent implementations of string-prefix-p 2012-04-16 19:57:09 -04:00
texinfmt.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
texinfo.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
texnfo-upd.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
text-mode.el * doc/lispref/modes.texi (Example Major Modes): Update Lisp example code 2012-01-28 11:49:22 +08:00
tildify.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
two-column.el two-column.el small cleanup 2012-04-16 16:13:38 -04:00
underline.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00