comparison lisp/progmodes/python.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 54d81a8baaa6
children 494d942e49fe 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
70 (autoload 'compilation-start "compile") 70 (autoload 'compilation-start "compile")
71 71
72 (defgroup python nil 72 (defgroup python nil
73 "Silly walks in the Python language" 73 "Silly walks in the Python language"
74 :group 'languages 74 :group 'languages
75 :version "21.4" 75 :version "22.1"
76 :link '(emacs-commentary-link "python")) 76 :link '(emacs-commentary-link "python"))
77 77
78 ;;;###autoload 78 ;;;###autoload
79 (add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) 79 (add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
80 ;;;###autoload 80 ;;;###autoload