1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lisp/cedet/srecode
Stefan Monnier d28581101a Remove redundant let-bindings of inhibit-point-motion-hooks
`inhibit-point-motion-hooks` has defaulted to t (and been declared
obsolete) since Emacs-25, so remove left-over bindings to that
now default value.

* lisp/dabbrev.el (dabbrev--search):
* lisp/format.el (format-insert-file):
* lisp/forms.el (forms-next-field, forms-prev-field):
* lisp/minibuf-eldef.el (minibuf-eldef-setup-minibuffer):
* lisp/simple.el (primitive-undo):
* lisp/cedet/semantic/edit.el (semantic-change-function):
* lisp/cedet/srecode/fields.el (srecode-field-mod-hook):
* lisp/cedet/srecode/insert.el (srecode-insert-fcn):
* lisp/erc/erc-button.el (erc-button-add-buttons):
* lisp/erc/erc.el (erc-display-line):
* lisp/eshell/em-script.el (eshell-source-file):
* lisp/eshell/em-smart.el (eshell-smart-scroll-window):
* lisp/eshell/esh-arg.el (eshell-parse-arguments):
* lisp/eshell/esh-cmd.el (eshell-with-temp-command):
* lisp/eshell/esh-mode.el (eshell-send-input, eshell-output-filter):
* lisp/gnus/gnus-art.el (gnus-with-article-headers)
(article-hide-headers, article-hide-boring-headers)
(article-decode-mime-words, article-decode-charset)
(article-decode-encoded-words, article-decode-group-name)
(article-decode-idna-rhs, article-hide-list-identifiers)
(article-strip-banner, article-really-strip-banner)
(article-strip-leading-blank-lines)
(article-strip-multiple-blank-lines, article-strip-leading-space)
(article-strip-trailing-space, article-strip-all-blank-lines)
(gnus-article-narrow-to-signature, gnus-article-show-hidden-text)
(article-date-ut, article-verify-x-pgp-sig)
(gnus-article-only-boring-p, gnus-article-highlight-signature)
(gnus-article-add-buttons, gnus-signature-toggle, gnus-button-push):
* lisp/gnus/gnus-cite.el (gnus-article-highlight-citation)
(gnus-article-fill-cited-article, gnus-article-hide-citation)
(gnus-article-toggle-cited-text, gnus-article-hide-citation-maybe)
(gnus-cite-parse-wrapper, gnus-cite-add-face, gnus-cite-toggle):
* lisp/gnus/gnus-gravatar.el (gnus-gravatar-insert):
* lisp/gnus/gnus-rfc1843.el (rfc1843-decode-article-body):
* lisp/gnus/gnus-sum.el (gnus-summary-toggle-header):
* lisp/gnus/gnus-util.el (gnus-fetch-field):
* lisp/gnus/message.el (message-fetch-field, message-reply)
(message-followup, message-hide-headers):
* lisp/net/goto-addr.el (goto-address-fontify):
* lisp/obsolete/linum.el (linum-update-window):
* lisp/play/zone.el (zone-shift-left, zone-shift-right)
(zone-fill-out-screen):
* lisp/progmodes/opascal.el (opascal-save-excursion):
* lisp/progmodes/vhdl-mode.el (vhdl-prepare-search-2):
* lisp/textmodes/enriched.el (enriched-encode):
* lisp/textmodes/flyspell.el (flyspell-word-search-backward)
(flyspell-word-search-forward):
* lisp/textmodes/table.el (table--point-entered/left-cell-function):
Remove let-binding of `inhibit-point-motion-hooks`.
2022-10-07 12:16:47 -04:00
..
args.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
compile.el CEDET: Remove left-over uses of obsolete <class>-child-p predicates 2022-08-02 13:06:51 -04:00
cpp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ctxt.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dictionary.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
document.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
el.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
expandproto.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
extract.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
fields.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
filters.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
find.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
getset.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
insert.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
java.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
map.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mode.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
semantic.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
srt-mode.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
srt.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
table.el Rename object-sort-list to srecode-object-sort-list 2022-08-05 13:05:06 +02:00
template.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
texi.el Fix the final divergent single quote usages in doc strings 2022-05-24 18:48:50 +02:00