emacs/lisp/org
Stefan Monnier 2ec41c415f Avoid add-to-list on local variables
* lisp/gnus/nnir.el: Use lexical-binding and cl-lib.
(nnir-retrieve-headers): Use pcase.
(nnir-search-thread): Avoid add-to-list on local variables.

* lisp/gnus/smime.el: Use lexical-binding and cl-lib.
(smime-verify-region): Avoid add-to-list on local variables.

* lisp/mail/undigest.el: Use lexical-binding and cl-lib.
(rmail-digest-parse-mime, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): Avoid add-to-list on local variable.

* lisp/net/ldap.el (ldap-search): Move init into declaration.

* lisp/net/newst-backend.el (newsticker--cache-add):
Avoid add-to-list on local variables; Simplify code with `assq'.

* lisp/net/zeroconf.el: Use lexical-binding and cl-lib.
(dbus-debug): Remove declaration, unused.
(zeroconf-service-add-hook, zeroconf-service-remove-hook)
(zeroconf-service-browser-handler, zeroconf-publish-service):
Avoid add-to-list and *-hook on local variables.

* lisp/org/org-archive.el (org-all-archive-files):
* lisp/org/org-agenda.el (org-agenda-get-restriction-and-command):
Avoid add-to-list on local variables.

* lisp/org/ox-publish.el (org-publish--run-functions): New function.
(org-publish-projects): Use it to avoid run-hooks on a local variable.
(org-publish-cache-file-needs-publishing): Avoid add-to-list on
local variables.

* lisp/progmodes/ada-prj.el: Use setq instead of (set '...).
(ada-prj-load-from-file): Avoid add-to-list on local variables.

* lisp/progmodes/ada-xref.el (ada-initialize-runtime-library): Simplify.
(ada-gnat-parse-gpr, ada-parse-prj-file-1)
(ada-xref-find-in-modified-ali): Avoid add-to-list on local variables.

* lisp/progmodes/idlw-shell.el (idlwave-shell-update-bp-overlays):
Avoid add-to-list on local variables.
2017-01-04 00:40:45 -05:00
..
ChangeLog.1 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-asymptote.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-awk.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-C.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-calc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-clojure.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-comint.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-core.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-css.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-ditaa.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-dot.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-emacs-lisp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-eval.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-exp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-fortran.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-gnuplot.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-haskell.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-io.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-java.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-js.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-keys.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-latex.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-ledger.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-lilypond.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-lisp.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-lob.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-makefile.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-matlab.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-maxima.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-mscgen.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-ocaml.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-octave.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-org.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-perl.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-picolisp.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-plantuml.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-python.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-R.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-ref.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-ruby.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-sass.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-scala.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-scheme.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-screen.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-sh.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob-shen.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-sql.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-sqlite.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-table.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ob-tangle.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ob.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-agenda.el Avoid add-to-list on local variables 2017-01-04 00:40:45 -05:00
org-archive.el Avoid add-to-list on local variables 2017-01-04 00:40:45 -05:00
org-attach.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-bbdb.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-bibtex.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-capture.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-clock.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-colview.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-compat.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-crypt.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-ctags.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-datetree.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-docview.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-element.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-entities.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-eshell.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-faces.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-feed.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-footnote.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-gnus.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-habit.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-id.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-indent.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-info.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-inlinetask.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-install.el Merge Org 7.9.3e (commit b07a9bb). 2013-02-07 08:11:59 +01:00
org-irc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-list.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-macro.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-macs.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-mhe.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-mobile.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-mouse.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-pcomplete.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-plot.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-protocol.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-rmail.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-src.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-table.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org-timer.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
org-version.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-w3m.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
org.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ox-ascii.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-beamer.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-html.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-icalendar.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-latex.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-man.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-md.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-odt.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox-org.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ox-publish.el Avoid add-to-list on local variables 2017-01-04 00:40:45 -05:00
ox-texinfo.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ox.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00