commit/xemacs-base: sperber: Autoload `compilation-error-regexp-alist-alist'.
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in xemacs-base: https://bitbucket.org/xemacs/xemacs-base/commits/db82ab2d46e0/ Changeset: db82ab2d46e0 User: sperber Date: 2013-12-14 14:32:57 Summary: Autoload `compilation-error-regexp-alist-alist'. 2013-12-12 Michael Sperber <[email protected]> * compile.el (compilation-error-regexp-alist-alist): Make it autoloaded. Affected #: 2 files diff -r 3ce73a39bc7ac7cd1db105bf61c1e88582a55138 -r db82ab2d46e07fcadc37e5445deeec5323c25a07 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-12 Michael Sperber <[email protected]> + + * compile.el (compilation-error-regexp-alist-alist): Make it autoloaded. + 2013-12-14 Mats Lidell <[email protected]> * Makefile (ELCS): Add rcfiles.elc so it is built and installed. diff -r 3ce73a39bc7ac7cd1db105bf61c1e88582a55138 -r db82ab2d46e07fcadc37e5445deeec5323c25a07 compile.el --- a/compile.el +++ b/compile.el @@ -153,6 +153,7 @@ nil)) compilation-error-regexp-alist-alist)))) +;;;###autoload (defvar compilation-error-regexp-alist-alist '( ;; NOTE! See also grep-regexp-alist, below. Repository URL: https://bitbucket.org/xemacs/xemacs-base/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.