1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00
emacs/lisp/cedet/semantic
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
..
analyze ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bovine Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
decorate Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
symref Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
wisent Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
analyze.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bovine.el (compiled-function-p): New function (bug#56648) 2022-08-14 12:30:05 -04:00
chart.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
complete.el CEDET: Try and (re)fix bug#56902, in a better way 2022-08-03 04:51:12 -04:00
ctxt.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-debug.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-ebrowse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-el.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
db-file.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
db-find.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-global.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-javascript.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-mode.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-ref.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
db-typecache.el CEDET: Remove left-over uses of obsolete <class>-child-p predicates 2022-08-02 13:06:51 -04:00
db.el CEDET: Remove left-over uses of obsolete <class>-child-p predicates 2022-08-02 13:06:51 -04:00
debug.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
decorate.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dep.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
doc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ede-grammar.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
edit.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
find.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
format.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
fw.el Fix semantic-find-file-noselect binding of recentf-exclude 2022-08-31 12:11:43 +02:00
grammar.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
grm-wy-boot.el mode-local: Revert the deprecation of buffer-local overrides 2022-05-22 16:13:17 -04:00
html.el cedet/html.el: Prefer define-mode-local-override 2022-05-22 12:10:47 -04:00
ia-sb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ia.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
idle.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
imenu.el ; Fix mistakes in 'declare function' forms 2022-05-14 16:19:12 +03:00
java.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
lex-spp.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
lex.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
mru-bookmark.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
sb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
scope.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
senator.el Remove some ancient Emacs compat code 2022-05-18 00:27:52 +02:00
sort.el Fix the final divergent single quote usages in doc strings 2022-05-24 18:48:50 +02:00
symref.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
tag-file.el CEDET: Remove left-over uses of obsolete <class>-child-p predicates 2022-08-02 13:06:51 -04:00
tag-ls.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tag-write.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tag.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
texi.el bovine/grammar.el: Prefer define-mode-local-override 2022-05-22 11:22:29 -04:00
util-modes.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
util.el CEDET: Remove left-over uses of obsolete <class>-child-p predicates 2022-08-02 13:06:51 -04:00
wisent.el mode-local: Revert the deprecation of buffer-local overrides 2022-05-22 16:13:17 -04:00