emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix failure to load checkdoc after r110630


From: Nix
Subject: [PATCH] fix failure to load checkdoc after r110630
Date: Tue, 23 Oct 2012 17:37:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]