diff options
| author | Juanma Barranquero | 2011-04-19 15:44:55 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-19 15:44:55 +0200 |
| commit | 06b605171f1c9d8b42bd3326a243b8b03d2e4e58 (patch) | |
| tree | e96c135042999136bf0e75d113aae306e51983e3 /lisp/view.el | |
| parent | 04c569546ad52f6270d8fc6d4aa0750950a0ac05 (diff) | |
| download | emacs-06b605171f1c9d8b42bd3326a243b8b03d2e4e58.tar.gz emacs-06b605171f1c9d8b42bd3326a243b8b03d2e4e58.zip | |
lisp/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/view.el')
| -rw-r--r-- | lisp/view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el index b7b43e35997..e91c4dd175c 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -807,7 +807,7 @@ Also set the mark at the position where point was." | |||
| 807 | (forward-line (1- line)) | 807 | (forward-line (1- line)) |
| 808 | (view-recenter)) | 808 | (view-recenter)) |
| 809 | 809 | ||
| 810 | (defun View-back-to-mark (&optional ignore) | 810 | (defun View-back-to-mark (&optional _ignore) |
| 811 | "Return to last mark set in View mode, else beginning of file. | 811 | "Return to last mark set in View mode, else beginning of file. |
| 812 | Display that line at the center of the window. | 812 | Display that line at the center of the window. |
| 813 | This command pops the mark ring, so that successive | 813 | This command pops the mark ring, so that successive |