[Python-apps-commits] r12683 - in packages/pylint/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 3 14:28:12 UTC 2016


    Date: Sunday, January 3, 2016 @ 14:28:11
  Author: morph
Revision: 12683

* debian/pylint.emacsen-startup
  - autoload key-bindings and menu-items; patch by Aaron M. Ucko;
    Closes: #799728

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/pylint.emacsen-startup

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2016-01-03 14:24:28 UTC (rev 12682)
+++ packages/pylint/trunk/debian/changelog	2016-01-03 14:28:11 UTC (rev 12683)
@@ -12,8 +12,11 @@
   * debian/rules
     - install README.rst (README was renamed)
     - adapt unittests execution to new upstream code
+  * debian/pylint.emacsen-startup
+    - autoload key-bindings and menu-items; patch by Aaron M. Ucko;
+      Closes: #799728
 
- -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 14:23:48 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 14:27:17 +0000
 
 pylint (1.4.4-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/pylint.emacsen-startup
===================================================================
--- packages/pylint/trunk/debian/pylint.emacsen-startup	2016-01-03 14:24:28 UTC (rev 12682)
+++ packages/pylint/trunk/debian/pylint.emacsen-startup	2016-01-03 14:28:11 UTC (rev 12683)
@@ -19,5 +19,8 @@
 
 ;; Some autoloads
 (autoload 'pylint "pylint")
+(autoload 'pylint-add-menu-items "pylint")
+(autoload 'pylint-add-key-bindings "pylint")
+
 (add-hook 'python-mode-hook 'pylint-add-menu-items)
 (add-hook 'python-mode-hook 'pylint-add-key-bindings)




More information about the Python-apps-commits mailing list