Mercurial > dotfiles
diff .elisp/pycomplete.el @ 174:014e745b2d04
python-mode: updating to current bzr version
This is bzr revision 351, which is revision-id: barry@python.org-20090320013721-awwzwv1mfl7hicdf
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 22:57:36 -0600 |
parents | b5d75594b356 |
children |
line wrap: on
line diff
--- a/.elisp/pycomplete.el +++ b/.elisp/pycomplete.el @@ -1,7 +1,21 @@ ;;; Complete symbols at point using Pymacs. -;;; See pycomplete.py for the Python side of things and a short description -;;; of what to expect. +;; Copyright (C) 2007 Skip Montanaro + +;; Author: Skip Montanaro +;; Maintainer: skip@pobox.com +;; Created: Oct 2004 +;; Keywords: python pymacs emacs + +;; This software is provided as-is, without express or implied warranty. +;; Permission to use, copy, modify, distribute or sell this software, +;; without fee, for any purpose and by any individual or organization, is +;; hereby granted, provided that the above copyright notice and this +;; paragraph appear in all copies. + +;; Along with pycomplete.py this file allows programmers to complete Python +;; symbols within the current buffer. See pycomplete.py for the Python side +;; of things and a short description of what to expect. (require 'pymacs) (require 'python-mode)