1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
emacs/lisp/org
Basil L. Contovounesios 2267110b6f Fix usage of remove-text-properties
* lisp/allout-widgets.el (allout-decorate-item-icon):
* lisp/emacs-lisp/chart.el (chart-goto-xy):
* lisp/forms.el (forms--make-format)
(forms--make-format-elt-using-text-properties):
* lisp/htmlfontify.el (hfy-unmark-trailing-whitespace):
* lisp/net/newst-plainview.el (newsticker-hide-entry)
(newsticker-show-entry):
* lisp/nxml/nxml-mode.el (nxml-cleanup):
* lisp/obsolete/longlines.el (longlines-unshow-hard-newlines)
(longlines-encode-region):
* lisp/org/ob-exp.el (org-babel-exp-process-buffer):
* lisp/org/org-agenda.el (org-agenda-show-new-time):
* lisp/progmodes/cc-defs.el
(c-clear-char-property-with-value-function)
(c-clear-char-property-with-value-on-char-function):
* lisp/progmodes/ebrowse.el (ebrowse--hide):
* lisp/progmodes/gdb-mi.el (gdb-send):
* lisp/progmodes/idlw-shell.el
(idlwave-retrieve-expression-from-level):
* lisp/progmodes/make-mode.el (makefile-fill-paragraph):
* lisp/progmodes/prog-mode.el (prettify-symbols--post-command-hook):
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize):
* lisp/tmm.el (tmm-remove-inactive-mouse-face):
Always pass an explicit plist to remove-text-properties.

* lisp/dired.el (dired--unhide):
* lisp/facemenu.el (facemenu-add-face):
* lisp/htmlfontify.el (hfy-fontify-buffer):
* lisp/iimage.el (iimage-mode-buffer):
* lisp/image-file.el (image-file-yank-handler):
* lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol):
* lisp/textmodes/tex-mode.el (latex-env-before-change):
* test/src/undo-tests.el (undo-test0):
Use remove-list-of-text-properties in place of
remove-text-properties where appropriate.
2019-08-01 17:04:53 +03:00
..
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-abc.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
ob-asymptote.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-awk.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-C.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-calc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-clojure.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-comint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-coq.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-core.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ob-css.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ditaa.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-dot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ebnf.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-emacs-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-eval.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ob-exp.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
ob-forth.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
ob-fortran.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-gnuplot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-groovy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-haskell.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-hledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-io.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-J.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-java.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-js.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-keys.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-latex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lilypond.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lua.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-makefile.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-matlab.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-maxima.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-mscgen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ocaml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-octave.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-perl.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-picolisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-plantuml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-processing.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-python.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-R.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ref.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ruby.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sass.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-scheme.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-screen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-shell.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-shen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sql.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sqlite.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-stan.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-tangle.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-vala.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-agenda.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
org-archive.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-attach.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-bbdb.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-bibtex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-capture.el Fix minor typo in org-capture-templates 2019-07-09 00:53:18 +02:00
org-clock.el Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
org-colview.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-compat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-crypt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-ctags.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-datetree.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-docview.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-duration.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-element.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-entities.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-eshell.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
org-eww.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-faces.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-feed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-footnote.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-gnus.el Remove some obsolete integer overflow handling 2019-07-22 19:26:21 +02:00
org-habit.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-id.el Avoid backslash-newline-newline in source code 2019-05-22 23:59:36 -07:00
org-indent.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-info.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-inlinetask.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-install.el
org-irc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-lint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-list.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
org-macro.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
org-macs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-mhe.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-mobile.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
org-mouse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-pcomplete.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-plot.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-protocol.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-rmail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-src.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-table.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
org-timer.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-version.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-w3m.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
ox-ascii.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ox-beamer.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-html.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ox-icalendar.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-latex.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ox-man.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-md.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-odt.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ox-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-publish.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
ox-texinfo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00