Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d731e6b8
Commit
d731e6b8
authored
Oct 11, 2001
by
Gerd Moellmann
Browse files
Byte compiler messages.
parent
244bbdc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+16
-0
No files found.
etc/NEWS
View file @
d731e6b8
...
...
@@ -8,6 +8,9 @@ For older news, see the file ONEWS
*
Changes in Emacs 21.2
** Byte compiler warning and error messages have been brought more
in line with the output of other GNU tools.
** Lisp-mode now uses font-lock-docstring-face for the docstrings.
** perl-mode has a new variable `perl-indent-continued-arguments'.
...
...
lisp/ChangeLog
View file @
d731e6b8
2001-10-11 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/byte-opt.el: Downcase error messages.
* emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New
function extracted from byte-compile-log-1.
(byte-compile-log-1): Change output to be more in line with
the output of other GNU tools.
(byte-compile-warn): Emit `warning' instead of `**' for warnings.
(byte-compile-report-error): Downcase error message. Use
`error' instead of `!!' for error messages.
(byte-compile-print-syms): Treat non-interactive case specially.
(displaying-byte-compile-warnings): Use backquote.
(byte-compile-from-buffer): Bind byte-compile-last-line.
(batch-byte-compile): Remove `Done' message.
2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
* emacs-lisp/copyright.el (copyright): Add final \n.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment