all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] fix failure to load checkdoc after r110630
@ 2012-10-23 16:37 Nix
  2012-10-23 17:09 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Nix @ 2012-10-23 16:37 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix failure to load checkdoc after r110630
  2012-10-23 16:37 [PATCH] fix failure to load checkdoc after r110630 Nix
@ 2012-10-23 17:09 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2012-10-23 17:09 UTC (permalink / raw)
  To: Nix; +Cc: emacs-devel

Thanks,


        Stefan


>>>>> "Nix" == Nix  <nix@esperi.org.uk> writes:

> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-23 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 16:37 [PATCH] fix failure to load checkdoc after r110630 Nix
2012-10-23 17:09 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.