]> code.delx.au - gnu-emacs/commitdiff
Renamed python-clone-local-variables to python-util-clone-local-variables
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:24 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:24 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 7ded2c897a8b832e51f914e963dae89ff3218cf1..fbd6fdd4005d8e8fd39f555946a12063c972af9a 100644 (file)
@@ -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-\"."