File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1268,7 +1268,7 @@ call_command('migrate')
1268
1268
(when migration
1269
1269
; ; FIXME: Copy-pasted from `djangonaut-find-file-and-line' .
1270
1270
(let* ((value (caar migration))
1271
- (lineno (cadr migration)))
1271
+ (lineno (cdar migration)))
1272
1272
(apply #'find-file (pythonic-emacs-readable-file-name value) nil )
1273
1273
(goto-char (point-min ))
1274
1274
(forward-line lineno)
@@ -1283,7 +1283,7 @@ call_command('migrate')
1283
1283
(when migration
1284
1284
; ; FIXME: Copy-pasted from `djangonaut-find-file-and-line' .
1285
1285
(let* ((value (caar migration))
1286
- (lineno (cadr migration)))
1286
+ (lineno (cdar migration)))
1287
1287
(apply #'find-file (pythonic-emacs-readable-file-name value) nil )
1288
1288
(goto-char (point-min ))
1289
1289
(forward-line lineno)
You can’t perform that action at this time.
0 commit comments