Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01af401

Browse files
committed
#stylistics
1 parent 550a02e commit 01af401

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Misc/python-mode.el

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
;; hasn't been a problem... yet.
8484
;; - have py-execute-region on indented code act as if the region is
8585
;; left justified. Avoids syntax errors.
86+
;; - Add a py-goto-error or some such that would scan an exception in
87+
;; the py-shell buffer, and pop you to that line in the file.
8688

8789
;; If you can think of more things you'd like to see, drop me a line.
8890
;; If you want to report bugs, use py-submit-bug-report (C-c C-b).
@@ -497,8 +499,8 @@ better alternative for finding the index.")
497499
;; These next two variables are used when searching for the python
498500
;; class/definitions. Just saving some time in accessing the
499501
;; generic-python-expression, really.
500-
(defvar imenu-example--python-generic-regexp)
501-
(defvar imenu-example--python-generic-parens)
502+
(defvar imenu-example--python-generic-regexp nil)
503+
(defvar imenu-example--python-generic-parens nil)
502504

503505

504506
;;;###autoload

0 commit comments

Comments
 (0)