]> git.eshelyaron.com Git - emacs.git/commit
Fix usage of remove-text-properties
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 1 Aug 2019 12:59:46 +0000 (15:59 +0300)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 1 Aug 2019 14:04:53 +0000 (17:04 +0300)
commit2267110b6f00bbb0ad87f4621e6ecd9dc1bd8581
treefdbe65f9e6a975a3614d66613f499d406df77226
parent6a77aa4a2c34e6edee06c9831687927543c75391
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.
23 files changed:
lisp/allout-widgets.el
lisp/dired.el
lisp/emacs-lisp/chart.el
lisp/facemenu.el
lisp/forms.el
lisp/htmlfontify.el
lisp/iimage.el
lisp/image-file.el
lisp/net/newst-plainview.el
lisp/nxml/nxml-mode.el
lisp/obsolete/longlines.el
lisp/org/ob-exp.el
lisp/org/org-agenda.el
lisp/progmodes/cc-defs.el
lisp/progmodes/ebrowse.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/idlw-shell.el
lisp/progmodes/make-mode.el
lisp/progmodes/prog-mode.el
lisp/progmodes/ruby-mode.el
lisp/textmodes/tex-mode.el
lisp/tmm.el
test/src/undo-tests.el