Merge from origin/emacs-27
cf0ee6f49b
; spelling fixes16f4f26632
Fix startup working dir bug on NeXTSTEP
This commit is contained in:
commit
013ddd1e5d
9 changed files with 20 additions and 16 deletions
|
@ -255,9 +255,9 @@ Left-fold the list L, starting with X, by the binary function F."
|
|||
x)
|
||||
|
||||
(defun rx--normalise-or-arg (form)
|
||||
"Normalise the `or' argument FORM.
|
||||
"Normalize the `or' argument FORM.
|
||||
Characters become strings, user-definitions and `eval' forms are expanded,
|
||||
and `or' forms are normalised recursively."
|
||||
and `or' forms are normalized recursively."
|
||||
(cond ((characterp form)
|
||||
(char-to-string form))
|
||||
((and (consp form) (memq (car form) '(or |)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue