]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some compat code from python.el
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 10:02:58 +0000 (12:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 10:02:58 +0000 (12:02 +0200)
* lisp/progmodes/python.el: Remove some compat function definitions.

lisp/progmodes/python.el

index 3af55be4a19f8a28547f11758f780dbd472ad0e2..f8c18021ffa3d54cca2c3fdaa96ef812faf58cc3 100644 (file)
   :link '(emacs-commentary-link "python"))
 
 
-;;; 24.x Compat
-\f
-
-(eval-and-compile
-  (unless (fboundp 'prog-first-column)
-    (defun prog-first-column ()
-      0))
-  (unless (fboundp 'file-local-name)
-    (defun file-local-name (file)
-      "Return the local name component of FILE.
-It returns a file name which can be used directly as argument of
-`process-file', `start-file-process', or `shell-command'."
-      (or (file-remote-p file 'localname) file))))
-
-;; In Emacs 24.3 and earlier, `define-derived-mode' does not define
-;; the hook variable, it only puts documentation on the symbol.
-(defvar inferior-python-mode-hook)
-
 \f
 ;;; Bindings