diff options
| author | Gregory Heytings | 2022-11-27 10:25:19 +0000 |
|---|---|---|
| committer | Gregory Heytings | 2022-11-27 11:26:24 +0100 |
| commit | 18fa159fa91b515f2281b83648961fdc5e21aca7 (patch) | |
| tree | 18c07e87f946d39332ef17361d58697b159f08d8 /src/editfns.c | |
| parent | 914b7903ad1c68cff174274d585685939186bcf4 (diff) | |
| download | emacs-feature/improved-locked-narrowing.tar.gz emacs-feature/improved-locked-narrowing.zip | |
; * src/xdisp.c (get_locked_narrowing_begv): Minor change.feature/improved-locked-narrowing
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index a3a8f3edefd..b364f441b53 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2786,7 +2786,7 @@ reset_outermost_narrowings (void) | |||
| 2786 | } | 2786 | } |
| 2787 | 2787 | ||
| 2788 | /* Helper functions to save and restore the narrowing locks of the | 2788 | /* Helper functions to save and restore the narrowing locks of the |
| 2789 | current buffer in save-restriction. */ | 2789 | current buffer in Fsave_restriction. */ |
| 2790 | static Lisp_Object | 2790 | static Lisp_Object |
| 2791 | narrowing_locks_save (void) | 2791 | narrowing_locks_save (void) |
| 2792 | { | 2792 | { |