1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00: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 Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
bib-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
bibtex-style.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
bibtex.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
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 Remove XEmacs compat code from dns-mode.el 2019-06-20 12:51:39 +02:00
enriched.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
fill.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
flyspell.el Avoid a flyspell error if point is at beginning of buffer 2019-06-17 14:03:33 -05:00
ispell.el Revert "Make `ispell-change-dictionary' only list installed dictionaries" 2019-07-30 13:18:36 +02:00
less-css-mode.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
makeinfo.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
mhtml-mode.el Merge from origin/emacs-26 2019-01-07 11:51:38 -08:00
nroff-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
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 Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
po.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refbib.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
refer.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
refill.el Use default-indent-new-line' instead of indent-new-comment-line' 2019-06-27 16:57:47 +02:00
reftex-auc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-cite.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-dcr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-global.el Avoid obsolete function in reftex-global.el 2019-06-16 15:21:18 +02:00
reftex-index.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-parse.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
reftex-ref.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-sel.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-toc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-vars.el citeasnoun in reftex can take an optional parameter 2019-07-13 16:34:55 +02:00
reftex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
remember.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
rst.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
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 Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
texnfo-upd.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
text-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tildify.el Suppress warnings in tildify.el 2019-06-13 02:29:57 +02:00
two-column.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
underline.el Use lexical-binding in underline.el and add tests 2019-06-09 09:56:03 +03:00