Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
581d172d
Kaydet (Commit)
581d172d
authored
Nis 28, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Now it's 1.09. Only change from 1.08az is to make kill-emacs-hook work under Lucid
Emacs.
üst
9274e2d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
python-mode-old.el
Misc/python-mode-old.el
+3
-3
No files found.
Misc/python-mode-old.el
Dosyayı görüntüle @
581d172d
;;; Major mode for editing Python programs, version 1.0
8az
;;; Major mode for editing Python programs, version 1.0
9
;; by: Tim Peters <tim@ksr.com>
;; after an original idea by: Michael A. Guravage
;;
...
...
@@ -116,7 +116,7 @@ Currently-active file is at the head of the list.")
(
define-abbrev-table
'python-mode-abbrev-table
nil
)
;; arrange to kill temp files no matter what
(
if
py-this-is-emacs-19-p
(
if
(
or
py-this-is-emacs-19-p
py-this-is-lucid-emacs-p
)
(
add-hook
'kill-emacs-hook
'py-kill-emacs-hook
)
;; have to trust that other people are as respectful of our hook
;; fiddling as we are of theirs
...
...
@@ -1634,7 +1634,7 @@ local bindings to py-newline-and-indent."))
(
while
py-file-queue
(
py-delete-file-silently
(
car
py-file-queue
))
(
setq
py-file-queue
(
cdr
py-file-queue
)))
(
if
(
not
py-this-is-emacs-19-p
)
(
if
(
not
(
or
py-this-is-lucid-emacs-p
py-this-is-emacs-19-p
)
)
;; run the hook we inherited, if any
(
and
py-inherited-kill-emacs-hook
(
funcall
py-inherited-kill-emacs-hook
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment