]> code.delx.au - gnu-emacs/commitdiff
Renamed indentity occurrences to identity in previous commmit
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:29 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:29 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 777436cf89bbfa2164656878fee72d44f61a04c7..f5b75686f5019c325d2deeda63c75c875c38866f 100644 (file)
@@ -1232,11 +1232,11 @@ uniqueness for different types of configurations."
             python-shell-prompt-block-regexp
             python-shell-prompt-output-regexp
             (mapconcat #'symbol-value python-shell-setup-codes "")
-            (mapconcat #'indentity python-shell-process-environment "")
-            (mapconcat #'indentity python-shell-extra-pythonpaths "")
-            (mapconcat #'indentity python-shell-exec-path "")
+            (mapconcat #'identity python-shell-process-environment "")
+            (mapconcat #'identity python-shell-extra-pythonpaths "")
+            (mapconcat #'identity python-shell-exec-path "")
             (or python-shell-virtualenv-path "")
-            (mapconcat #'indentity python-shell-exec-path "")))))
+            (mapconcat #'identity python-shell-exec-path "")))))
 
 (defun python-shell-parse-command ()
   "Calculate the string used to execute the inferior Python process."