Skip to content

Commit c5bd045

Browse files
committed
tweak: minor edits in goto-last-change
1 parent e072c33 commit c5bd045

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

elisp/goto-last-change.el

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
;;; goto-last-change.el --- Move point through buffer-undo-list positions -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2003 Kevin Rodgers
3+
;; Copyright (C) 2003 Kevin Rodgers
4+
;; Copyright (C) 2024 Abdelhak Bougouffa
45

5-
;; Author: Kevin Rodgers <ihs_4664@yahoo.com>
6+
;; Original Author: Kevin Rodgers <ihs_4664@yahoo.com>
67
;; Created: 17 Jun 2003
78
;; Modified: 21 Jul 2024
89
;; Version: 1.2.2
910
;; Keywords: convenience
11+
;; Package-Requires: ((emacs "28.1"))
12+
;; URL: https://github.com/abougouffa/minemacs/elisp/goto-last-change.el
1013

1114
;; 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)
1417

1518
;;; License:
1619

@@ -32,7 +35,7 @@
3235
;;; Commentary:
3336

3437
;; 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)
3639

3740
;; goto-last-change.el was written in response to the following:
3841
;;

0 commit comments

Comments
 (0)