diff options
| author | Glenn Morris | 2012-02-08 22:02:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 22:02:33 -0800 |
| commit | 001bf877d084f3fe00a0db77eb4db26d8044de86 (patch) | |
| tree | ed32cef69402c1bf754e3d229cb982def06fb6dd /lisp | |
| parent | 91af9d2e9d3f156761b80d3c4bf4ab96dd8f52bb (diff) | |
| download | emacs-001bf877d084f3fe00a0db77eb4db26d8044de86.tar.gz emacs-001bf877d084f3fe00a0db77eb4db26d8044de86.zip | |
* etc/NEWS: Edit delayed-warnings-list entry.
* lisp/subr.el: Related comment.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index e735fd9577d..6c79b3f88e2 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1884,6 +1884,9 @@ Used from `delayed-warnings-hook' (which see)." | |||
| 1884 | (push warning collapsed))) | 1884 | (push warning collapsed))) |
| 1885 | (setq delayed-warnings-list (nreverse collapsed)))) | 1885 | (setq delayed-warnings-list (nreverse collapsed)))) |
| 1886 | 1886 | ||
| 1887 | ;; At present this is only really useful for Emacs internals. | ||
| 1888 | ;; Document in the lispref if it becomes generally useful. | ||
| 1889 | ;; Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00085.html | ||
| 1887 | (defvar delayed-warnings-hook '(collapse-delayed-warnings | 1890 | (defvar delayed-warnings-hook '(collapse-delayed-warnings |
| 1888 | display-delayed-warnings) | 1891 | display-delayed-warnings) |
| 1889 | "Normal hook run to process delayed warnings. | 1892 | "Normal hook run to process delayed warnings. |