]> git.eshelyaron.com Git - emacs.git/commit
Miscellaneous amendments to the scratch/correct-warning-pos branch
authorAlan Mackenzie <acm@muc.de>
Sat, 22 Jan 2022 09:59:05 +0000 (09:59 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 22 Jan 2022 09:59:05 +0000 (09:59 +0000)
commitbdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8
tree2f8c46b47f3cb6f742a186e50d069b5c1d8fecfa
parent3023e7ca3d911d431738551753e4cfb8e3e01ec5
Miscellaneous amendments to the scratch/correct-warning-pos branch

* lisp/cedet/semantic/fw.el (semantic-alias-obsolete)
(semantic-varalias-obsolete): Replace calls to byte-compile-warn with calls to
byte-compile-warn-x (when it exists).

* lisp/emacs-lisp/bytecomp.el (byte-compile-log-warning-function)
(byte-compile--log-warning-for-byte-compile): Make the POSITION parameter no
longer &optional (for the benefit of flymake on *.el).
(byte-compile-log-warning): Replace a nil POSITION argument with an actual
position.
(byte-compile-file-form-require): Push the required symbol onto
byte-compile-form-stack, for the benefit of `do-after-load-evaluation'.

* lisp/keymap.el (define-keymap--compile): Replace four calls to
byte-compile-warn with byte-compile-warn-x.

* doc/lispref/elisp.texi (master menu): Add entries for Shorthands and Symbols
with position.

* doc/lispref/streams.texi (Input Functions): Document
read-positioning-symbols.

* doc/lispref/symbols.texi (Symbols): Add new menu entry.
(Symbols with Position): New @section.
doc/lispref/elisp.texi
doc/lispref/streams.texi
doc/lispref/symbols.texi
lisp/cedet/semantic/fw.el
lisp/emacs-lisp/bytecomp.el
lisp/keymap.el