emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master b288c69 31/36: make compile should run checkdoc


From: Oleh Krehel
Subject: [elpa] master b288c69 31/36: make compile should run checkdoc
Date: Tue, 19 May 2015 12:38:19 +0000

branch: master
commit b288c69aa0d23106836476e178b9f35872259ac8
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    make compile should run checkdoc
    
    * targets/avy-init.el: Call `checkdoc' for "avy.el". This will actually
      work only in trunk Emacs.
---
 targets/avy-init.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/targets/avy-init.el b/targets/avy-init.el
index 6751b74..21dd0ab 100644
--- a/targets/avy-init.el
+++ b/targets/avy-init.el
@@ -22,5 +22,8 @@
 (add-to-list 'load-path default-directory)
 (mapc #'byte-compile-file '("avy.el"))
 (require 'avy)
+(require 'checkdoc)
+(with-current-buffer (find-file "avy.el")
+  (checkdoc-current-buffer t))
 (global-set-key (kbd "C-c j") 'avy-goto-char)
 (global-set-key (kbd "C-'") 'avy-goto-char-2)



reply via email to

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