From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: [emacs-diffs-request@gnu.org: Emacs-diffs Digest, Vol 96, Issue 98] Date: Sun, 28 Nov 2010 10:44:14 -0500 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290959086 20006 80.91.229.12 (28 Nov 2010 15:44:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2010 15:44:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 28 16:44:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMjQR-0005JT-9f for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2010 16:44:41 +0100 Original-Received: from localhost ([127.0.0.1]:55426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMjQQ-0007af-O3 for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2010 10:44:26 -0500 Original-Received: from [140.186.70.92] (port=50995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMjQK-0007a9-4V for emacs-devel@gnu.org; Sun, 28 Nov 2010 10:44:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMjQH-0005OM-6J for emacs-devel@gnu.org; Sun, 28 Nov 2010 10:44:19 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMjQH-0005OC-3v for emacs-devel@gnu.org; Sun, 28 Nov 2010 10:44:17 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PMjQE-0000fb-QN; Sun, 28 Nov 2010 10:44:14 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133201 Archived-At: What's the story with this endless repetitive sending of revno 102542 to emacs-diffs? ------- Start of forwarded message ------- Date: Sun, 28 Nov 2010 10:17:31 -0500 From: emacs-diffs-request@gnu.org Subject: Emacs-diffs Digest, Vol 96, Issue 98 To: emacs-diffs@gnu.org Reply-To: emacs-diffs@gnu.org Send Emacs-diffs mailing list submissions to emacs-diffs@gnu.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.gnu.org/mailman/listinfo/emacs-diffs or, via email, send a message with subject or body 'help' to emacs-diffs-request@gnu.org You can reach the person managing the list at emacs-diffs-owner@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Emacs-diffs digest..." Today's Topics: 1. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 2. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 3. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 4. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 5. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 6. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 7. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 8. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) 9. /srv/bzr/emacs/trunk r102542: startup.el trivia. (Glenn Morris) - ---------------------------------------------------------------------- Message: 1 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 2 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 3 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 4 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 5 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 6 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 7 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 8 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ Message: 9 Date: Sat, 27 Nov 2010 11:48:16 -0800 From: Glenn Morris Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102542: startup.el trivia. To: emacs-diffs@gnu.org Message-ID: Content-Type: text/plain; charset="us-ascii" - ------------------------------------------------------------ revno: 102542 committer: Glenn Morris branch nick: trunk timestamp: Sat 2010-11-27 11:48:16 -0800 message: startup.el trivia. * lisp/startup.el (package-enable-at-startup, package-initialize): Remove unnecessary declarations. (I forgot about refreshing ldefs-boot in such cases.) modified: lisp/ChangeLog lisp/startup.el - -------------- next part -------------- === modified file 'lisp/ChangeLog' - --- a/lisp/ChangeLog 2010-11-27 08:40:19 +0000 +++ b/lisp/ChangeLog 2010-11-27 19:48:16 +0000 @@ -1,3 +1,8 @@ +2010-11-27 Glenn Morris + + * startup.el (package-enable-at-startup, package-initialize): + Remove unnecessary declarations. + 2010-11-27 Eli Zaretskii * international/characters.el (glyphless-char-display-control): === modified file 'lisp/startup.el' - --- a/lisp/startup.el 2010-11-21 19:39:21 +0000 +++ b/lisp/startup.el 2010-11-27 19:48:16 +0000 @@ -688,9 +688,6 @@ (defvar server-name) (defvar server-process) - -;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. - -(defvar package-enable-at-startup) - -(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time) - ------------------------------ _______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs End of Emacs-diffs Digest, Vol 96, Issue 98 ******************************************* ------- End of forwarded message -------