summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-08 09:03:14 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-08 09:03:14 +0800
commitbdeb189cf202f9661f783aebd4852b401858958b (patch)
tree818652f0044ba2bf9f7a4b6758e50425d2aeeb8e /lisp/emacs-lisp/bytecomp.el
parentd9b3f665bc57bc78716f4c9d5efebf283f7e1964 (diff)
parent176c63287ffdf56634984494f6610102737f393e (diff)
downloademacs-bdeb189cf202f9661f783aebd4852b401858958b.tar.gz
emacs-bdeb189cf202f9661f783aebd4852b401858958b.tar.bz2
emacs-bdeb189cf202f9661f783aebd4852b401858958b.zip
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index b1afa6fe611..644d9f1a470 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2230,8 +2230,7 @@ With argument ARG, insert value in current buffer after the form."
(byte-compile-depth 0)
(byte-compile-maxdepth 0)
(byte-compile-output nil)
- ;; This allows us to get the positions of symbols read; it's
- ;; new in Emacs 22.1.
+ ;; This allows us to get the positions of symbols read.
(read-with-symbol-positions inbuffer)
(read-symbol-positions-list nil)
;; #### This is bound in b-c-close-variables.