File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
; ;; goto-last-change.el --- Move point through buffer-undo-list positions -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright © 2003 Kevin Rodgers
3
+ ; ; Copyright (C) 2003 Kevin Rodgers
4
+ ; ; Copyright (C) 2024 Abdelhak Bougouffa
4
5
5
- ; ; Author: Kevin Rodgers <ihs_4664@yahoo.com>
6
+ ; ; Original Author: Kevin Rodgers <ihs_4664@yahoo.com>
6
7
; ; Created: 17 Jun 2003
7
8
; ; Modified: 21 Jul 2024
8
9
; ; Version: 1.2.2
9
10
; ; Keywords: convenience
11
+ ; ; Package-Requires: ((emacs "28.1"))
12
+ ; ; URL: https://github.com/abougouffa/minemacs/elisp/goto-last-change.el
10
13
11
14
; ; Contributors:
12
- ; ; Attila Lendvai <attila.lendvai@gmail.com> (line distance and auto marks)
13
- ; ; Abdelhak Bougouffa (modernization)
15
+ ; ; - Attila Lendvai <attila.lendvai@gmail.com> (line distance and auto marks)
16
+ ; ; - Abdelhak Bougouffa (modernization)
14
17
15
18
; ;; License:
16
19
32
35
; ;; Commentary:
33
36
34
37
; ; You may want to bind a key to `M-x goto-last-change', e.g.
35
- ; ; ( global-set-key "\ C-x\ C-\\ " 'goto-last-change)
38
+ ; ; (keymap- global-set " C-x C-\\ " # 'goto-last-change)
36
39
37
40
; ; goto-last-change.el was written in response to the following:
38
41
; ;
You can’t perform that action at this time.
0 commit comments