1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
emacs/lisp/textmodes
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
..
artist.el
bib-mode.el
bibtex-style.el
bibtex.el
conf-mode.el Clean up conf-mode-syntax-table slightly 2019-07-28 12:26:08 +02:00
css-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
dns-mode.el
enriched.el
fill.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
flyspell.el
ispell.el Revert "Make `ispell-change-dictionary' only list installed dictionaries" 2019-07-30 13:18:36 +02:00
less-css-mode.el
makeinfo.el
mhtml-mode.el
nroff-mode.el
page-ext.el * lisp/textmodes/page-ext.el (sort-pages-buffer): Fix typo 2019-06-26 12:49:01 -04:00
page.el Split up and add tests for two page.el functions 2019-06-23 07:27:19 +02:00
paragraphs.el Add more quote-end characters to sentence-end-base 2019-07-09 15:38:26 +02:00
picture.el
po.el
refbib.el
refer.el
refill.el Use default-indent-new-line' instead of indent-new-comment-line' 2019-06-27 16:57:47 +02:00
reftex-auc.el
reftex-cite.el
reftex-dcr.el
reftex-global.el
reftex-index.el
reftex-parse.el
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el citeasnoun in reftex can take an optional parameter 2019-07-13 16:34:55 +02:00
reftex.el
remember.el
rst.el
sgml-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
table.el Allow generating wiki and mediawiki tables 2019-06-27 13:55:04 +02:00
tex-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
texinfmt.el Allow using @@ in @uref in texinfo 2019-07-09 04:01:26 +02:00
texinfo.el
texnfo-upd.el
text-mode.el
tildify.el
two-column.el
underline.el