diff options
| author | Po Lu | 2023-04-20 08:47:14 +0800 |
|---|---|---|
| committer | Po Lu | 2023-04-20 08:47:14 +0800 |
| commit | a94e9f96448bfa82fa0aaef9c2f3a40eaf7d6516 (patch) | |
| tree | 5983835c84f1e1a82790447313e89736a7e03069 /src | |
| parent | 5b314731894f09bb71fd02c76add45263e2d4f77 (diff) | |
| parent | cc0f9389b8ebedad6401464ee3a259dba3c7abaf (diff) | |
| download | emacs-a94e9f96448bfa82fa0aaef9c2f3a40eaf7d6516.tar.gz emacs-a94e9f96448bfa82fa0aaef9c2f3a40eaf7d6516.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1967,7 +1967,7 @@ assq_no_quit (Lisp_Object key, Lisp_Object alist) | |||
| 1967 | } | 1967 | } |
| 1968 | 1968 | ||
| 1969 | /* Assq but doesn't signal. Unlike assq_no_quit, this function still | 1969 | /* Assq but doesn't signal. Unlike assq_no_quit, this function still |
| 1970 | detect circular lists; like assq_no_quit, this function does not | 1970 | detects circular lists; like assq_no_quit, this function does not |
| 1971 | allow quits and never signals. If anything goes wrong, it returns | 1971 | allow quits and never signals. If anything goes wrong, it returns |
| 1972 | Qnil. */ | 1972 | Qnil. */ |
| 1973 | Lisp_Object | 1973 | Lisp_Object |