From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r112347: * doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather than special forms. (Bug#13853) Date: Wed, 24 Apr 2013 06:28:39 +0800 Message-ID: References: <87obd8rnk1.fsf@yandex.ru> <9yli8bzriy.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1366756126 31788 80.91.229.3 (23 Apr 2013 22:28:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2013 22:28: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 Wed Apr 24 00:28:47 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UUlhf-0007TF-Gr for ged-emacs-devel@m.gmane.org; Wed, 24 Apr 2013 00:28:47 +0200 Original-Received: from localhost ([::1]:46590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUlhe-0004wR-Vk for ged-emacs-devel@m.gmane.org; Tue, 23 Apr 2013 18:28:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUlhb-0004wM-K9 for emacs-devel@gnu.org; Tue, 23 Apr 2013 18:28:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUlha-0006JZ-0Z for emacs-devel@gnu.org; Tue, 23 Apr 2013 18:28:43 -0400 Original-Received: from mail-ia0-x22b.google.com ([2607:f8b0:4001:c02::22b]:35507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUlhY-0006JA-Ap; Tue, 23 Apr 2013 18:28:40 -0400 Original-Received: by mail-ia0-f171.google.com with SMTP id r13so909832iar.2 for ; Tue, 23 Apr 2013 15:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4tshIAaRP0rN4b/fUlXhXuIyG5frxacSXrbm/RRYWB4=; b=EGT1LaTiSeLHzG0GBPiFZdf7EKqOY0hd34WDJY+4XvkOWfjdOb2u8HrbgZxZbe5tqt nlKiwyZdn/ezaA1YKXhJ9K2oezQLmU5gd7Fg9e35ue/aVJlqZDAU5UC4VSvNAVFRPWWt udpvIeNRwJCFjKcLolAIV/SEEsznPo/W0n9vvv/HtpwpphUdizyeh2ee4Vm5GM8FAiqe /VnlP6XL7a/fSVEfkUFebwaw5T8HWNXWXK1NGqmqCuy3mGxT5F9CGmVCT8oZl9WYy3SF C1ElY7e3cF0Wkc1WcznXLdKbWkhwDGSWJ8MylfzWcc6TkdqlRX+mnccjWHFxShmmU6Sh mCgA== X-Received: by 10.50.107.106 with SMTP id hb10mr25948026igb.25.1366756119398; Tue, 23 Apr 2013 15:28:39 -0700 (PDT) Original-Received: by 10.43.18.10 with HTTP; Tue, 23 Apr 2013 15:28:39 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159150 Archived-At: On Wed, Apr 24, 2013 at 12:42 AM, Glenn Morris wrote: > You missed these (possibly others with line-breaks): > > 3062:* defun:: The @code{defun} special form. > 3703:@xref{defun, , The @code{defun} Special Form}.) > 19459:@ref{defun, , The @code{defun} Special Form}.) > 20979:(@xref{defun, , The @code{defun} Special Form}.) Done,thanks. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/