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
db283402
Commit
db283402
authored
Nov 19, 2007
by
Glenn Morris
Browse files
(compilation-forget-errors): Declare as function.
parent
0ef97535
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
lisp/ChangeLog
lisp/ChangeLog
+11
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+3
-0
No files found.
lisp/ChangeLog
View file @
db283402
2007-11-19 Glenn Morris <rgm@gnu.org>
* emacs-lisp/check-declare.el (check-declare-verify): If fnfile
does not exist, try adding `.el' extension. Also search for defsubsts.
* cus-edit.el (recentf-expand-file-name):
* dired.el (dired-relist-entry):
* subr.el (w32-shell-dos-semantics):
* emacs-lisp/bytecomp.el (compilation-forget-errors):
Declare as functions.
2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
* abbrev.el (kill-all-abbrevs, insert-abbrevs)
...
...
lisp/emacs-lisp/bytecomp.el
View file @
db283402
...
...
@@ -1053,6 +1053,9 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
(
defun
byte-compile-warning-series
(
&rest
ignore
)
nil
)
;; (compile-mode) will cause this to be loaded.
(
declare-function
compilation-forget-errors
"../progmodes/compile"
nil
)
;; Log the start of a file in *Compile-Log*, and mark it as done.
;; Return the position of the start of the page in the log buffer.
;; But do nothing in batch mode.
...
...
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