diff options
| author | Miles Bader | 2007-03-21 13:33:07 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-03-21 13:33:07 +0000 |
| commit | d85d38392e338f66053a6a6f1017720660239338 (patch) | |
| tree | e21e084051805db8c4035bc3a01ab7a41e09595f /lisp/progmodes/python.el | |
| parent | 48ff183eab79714fb08df0961484a27052253585 (diff) | |
| parent | 815b81c8f205562b9d920fc95448924d130e2ab4 (diff) | |
| download | emacs-d85d38392e338f66053a6a6f1017720660239338.tar.gz emacs-d85d38392e338f66053a6a6f1017720660239338.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 670-674)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 209-210)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 6c37fb859e1..226d4bdc62d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1150,7 +1150,7 @@ modified by the user. Additional arguments are added when the command | |||
| 1150 | is used by `run-python' et al.") | 1150 | is used by `run-python' et al.") |
| 1151 | 1151 | ||
| 1152 | (defvar python-buffer nil | 1152 | (defvar python-buffer nil |
| 1153 | "*The current python process buffer. | 1153 | "*The current Python process buffer. |
| 1154 | 1154 | ||
| 1155 | Commands that send text from source buffers to Python processes have | 1155 | Commands that send text from source buffers to Python processes have |
| 1156 | to choose a process to send to. This is determined by buffer-local | 1156 | to choose a process to send to. This is determined by buffer-local |
| @@ -2088,7 +2088,7 @@ The default contents correspond to the elements of `python-skeletons'.") | |||
| 2088 | > _ \n) | 2088 | > _ \n) |
| 2089 | 2089 | ||
| 2090 | (defvar python-default-template "if" | 2090 | (defvar python-default-template "if" |
| 2091 | "Default template to expand by `python-insert-template'. | 2091 | "Default template to expand by `python-expand-template'. |
| 2092 | Updated on each expansion.") | 2092 | Updated on each expansion.") |
| 2093 | 2093 | ||
| 2094 | (defun python-expand-template (name) | 2094 | (defun python-expand-template (name) |