diff options
author | Michael R. Mauger <michael@mauger.com> | 2017-04-02 18:10:57 -0400 |
---|---|---|
committer | Michael R. Mauger <michael@mauger.com> | 2017-04-02 18:10:57 -0400 |
commit | 77083e2d34ba5559ae2899d3b03cf08c2e6c5ad4 (patch) | |
tree | 27da92c2a61d664b700860c2d527a4d36000ca37 /lisp/emacs-lisp/bytecomp.el | |
parent | c5a31f8292c94d19b80a3dbe0b3026693cc1090e (diff) | |
parent | 8e394a7f35c2ba9297d222faa2689e177f268924 (diff) | |
download | emacs-77083e2d34ba5559ae2899d3b03cf08c2e6c5ad4.tar.gz emacs-77083e2d34ba5559ae2899d3b03cf08c2e6c5ad4.tar.bz2 emacs-77083e2d34ba5559ae2899d3b03cf08c2e6c5ad4.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f45ae359f6c..2c2996ebab4 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -443,7 +443,7 @@ Return the compile-time value of FORM." ;; Macroexpand (not macroexpand-all!) form at toplevel in case it ;; expands into a toplevel-equivalent `progn'. See CLHS section ;; 3.2.3.1, "Processing of Top Level Forms". The semantics are very - ;; subtle: see test/automated/bytecomp-tests.el for interesting + ;; subtle: see test/lisp/emacs-lisp/bytecomp-tests.el for interesting ;; cases. (setf form (macroexp-macroexpand form byte-compile-macro-environment)) (if (eq (car-safe form) 'progn) |