File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments