diff options
| author | Fabián Ezequiel Gallina <fgallina@cuca> | 2012-05-17 00:03:24 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-05-17 00:03:24 -0300 |
| commit | fbc39529f0c8d2ca06feb6d2082f9d1edfb7fe4b (patch) | |
| tree | 9de214681196299137f666cdfc77fc9a07667d69 /lisp/progmodes/python.el | |
| parent | d2190c5795c2848f144ab034b4b397d51c89f5c4 (diff) | |
Renamed python-clone-local-variables to python-util-clone-local-variables
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 7ded2c897a8..fbd6fdd4005 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1269,7 +1269,7 @@ non-nil the buffer is shown." (current-buffer (current-buffer))) (with-current-buffer buffer (inferior-python-mode) - (python-clone-local-variables current-buffer)))) + (python-util-clone-local-variables current-buffer)))) (when pop (pop-to-buffer proc-buffer-name))))) @@ -2443,7 +2443,7 @@ Return the index of the matching item, or nil if not found." (- (length seq) (length member-result))))) ;; Stolen from org-mode -(defun python-clone-local-variables (from-buffer &optional regexp) +(defun python-util-clone-local-variables (from-buffer &optional regexp) "Clone local variables from FROM-BUFFER. Optional argument REGEXP selects variables to clone and defaults to \"^python-\"." |
