diff options
| author | Stefan Kangas | 2021-02-01 01:43:29 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-02-01 12:29:09 +0100 |
| commit | f215332c8be43ef0dc838e2a63012aba791818c2 (patch) | |
| tree | 3ba0e58f363dfabac656a958a060fb9e894c279f /src/data.c | |
| parent | a6be18461471b0889ded6084693664927a041704 (diff) | |
| download | emacs-f215332c8be43ef0dc838e2a63012aba791818c2.tar.gz emacs-f215332c8be43ef0dc838e2a63012aba791818c2.zip | |
Add cross-references to defvar-local
* src/data.c (Fmake_variable_buffer_local):
* src/eval.c (Fdefvar): Add cross-references to 'defvar-local'.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 35a6890b9bd..38cde0ff8b2 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1819,7 +1819,9 @@ a variable local to the current buffer for one particular use, use | |||
| 1819 | while setting up a new major mode, unless they have a `permanent-local' | 1819 | while setting up a new major mode, unless they have a `permanent-local' |
| 1820 | property. | 1820 | property. |
| 1821 | 1821 | ||
| 1822 | The function `default-value' gets the default value and `set-default' sets it. */) | 1822 | The function `default-value' gets the default value and `set-default' sets it. |
| 1823 | |||
| 1824 | See also `defvar-local'. */) | ||
| 1823 | (register Lisp_Object variable) | 1825 | (register Lisp_Object variable) |
| 1824 | { | 1826 | { |
| 1825 | struct Lisp_Symbol *sym; | 1827 | struct Lisp_Symbol *sym; |