diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-12-23 09:24:51 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:15 +0100 |
commit | 12639610f78f9006b70933bfc6898c1312f95290 (patch) | |
tree | 93a016479ea79121d6b065e4f29f6c01a8672174 /src/comp.h | |
parent | fd3c00ff92826b466a3292a05072eb5b4f23a701 (diff) | |
download | emacs-12639610f78f9006b70933bfc6898c1312f95290.tar.gz emacs-12639610f78f9006b70933bfc6898c1312f95290.tar.bz2 emacs-12639610f78f9006b70933bfc6898c1312f95290.zip |
better printing for native compilation unit
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.h b/src/comp.h index 677ffdc4d7f..36ee5d10e45 100644 --- a/src/comp.h +++ b/src/comp.h @@ -26,7 +26,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ struct Lisp_Native_Comp_Unit { union vectorlike_header header; - /* Original eln file loaded (just for debug purpose). */ + /* Original eln file loaded. */ Lisp_Object file; /* Analogous to the constant vector but per compilation unit. */ Lisp_Object data_vec; |