Merge from origin/emacs-25
9c2a1a2
* doc/misc/texinfo.tex: Sync from gnulib.66cd4d8
* lisp/emacs-lisp/find-func.el (find-feature-regexp) (find-al...1a5a05c
Do not mistake colon at the end of regexp for slash symbol4c5a00b
Make package-install-from-buffer not move point9596ea1
; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"f79c352
Redo the fix for bug#218398d2f78c
Don't treat JS spread as contination method call
This commit is contained in:
commit
1adfb5ee55
10 changed files with 66 additions and 41 deletions
|
@ -111,7 +111,7 @@ should insert the feature name."
|
|||
;; (point-min), which is acceptable in this case.
|
||||
:type 'regexp
|
||||
:group 'xref
|
||||
:version "25.0")
|
||||
:version "25.1")
|
||||
|
||||
(defcustom find-alias-regexp
|
||||
"(defalias +'%s"
|
||||
|
@ -120,7 +120,7 @@ Note it must contain a `%s' at the place where `format'
|
|||
should insert the feature name."
|
||||
:type 'regexp
|
||||
:group 'xref
|
||||
:version "25.0")
|
||||
:version "25.1")
|
||||
|
||||
(defvar find-function-regexp-alist
|
||||
'((nil . find-function-regexp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue