From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nix Newsgroups: gmane.emacs.devel Subject: [PATCH] fix failure to load checkdoc after r110630 Date: Tue, 23 Oct 2012 17:37:53 +0100 Message-ID: <87zk3dw3dq.fsf@spindle.srvr.nix> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351010286 32237 80.91.229.3 (23 Oct 2012 16:38:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2012 16:38:06 +0000 (UTC) Cc: Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 18:38:14 2012 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 1TQhUc-0005v9-4q for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2012 18:38:14 +0200 Original-Received: from localhost ([::1]:40990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQhUU-00009n-JX for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2012 12:38:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQhUS-00009A-6Q for emacs-devel@gnu.org; Tue, 23 Oct 2012 12:38:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQhUR-0002g1-4V for emacs-devel@gnu.org; Tue, 23 Oct 2012 12:38:04 -0400 Original-Received: from icebox.esperi.org.uk ([81.187.191.129]:48231 helo=mail.esperi.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQhUQ-0002dD-RP for emacs-devel@gnu.org; Tue, 23 Oct 2012 12:38:03 -0400 Original-Received: from spindle.srvr.nix (nix@spindle.srvr.nix [192.168.14.15]) by mail.esperi.org.uk (8.14.5/8.14.5) with ESMTP id q9NGbrbQ002239; Tue, 23 Oct 2012 17:37:53 +0100 Emacs: an inspiring example of form following function... to Hell. User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-DCC-STAT_FI_X86_64_VIRTUAL-Metrics: spindle 1245; Body=2 Fuz1=2 Fuz2=2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 81.187.191.129 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:154479 Archived-At: I haven't looked for other instances of this. === modified file 'lisp/emacs-lisp/checkdoc.el' --- lisp/emacs-lisp/checkdoc.el 2012-10-23 15:06:07 +0000 +++ lisp/emacs-lisp/checkdoc.el 2012-10-23 15:35:03 +0000 @@ -286,7 +286,7 @@ location of end of the documentation string.") (define-obsolete-variable-alias 'checkdoc-comment-style-hooks - checkdoc-comment-style-functions "24.3") + 'checkdoc-comment-style-functions "24.3") (defvar checkdoc-comment-style-functions nil "Hook run after the standard comment style check is completed. Must return nil if no errors are found, or a string describing the