From: Glenn Morris Date: Fri, 12 Oct 2018 17:31:22 +0000 (-0700) Subject: Merge from origin/emacs-26 X-Git-Tag: emacs-27.0.90~4304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cf4dfe472650b3396d2f2592726621a43896de3;p=emacs.git Merge from origin/emacs-26 643df63 (origin/emacs-26) Avoid byte-compiler warning in em-rebind.el d0eca49 ; * doc/emacs/mark.texi (Disabled Transient Mark): Fix last c... af80b10 Improve indexing of 'C-SPC C-SPC' 89a7301 ; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix... a108eaa Fix bug with precious entries in Gnus registry ce8b458 Document in the ELisp manual how to write loadable modules a7ebc6b dired-do-shell-command: Notify users after abort the command # Conflicts: # lisp/registry.el --- 6cf4dfe472650b3396d2f2592726621a43896de3 diff --cc lisp/registry.el index 4928dd9b202,04f3e7b974c..c3184a820f3 --- a/lisp/registry.el +++ b/lisp/registry.el @@@ -358,7 -358,7 +358,7 @@@ return LIMIT such candidates. If SORTF entries first and return candidates from beginning of list." (let* ((precious (oref db precious)) (precious-p (lambda (entry-key) - (cdr (memq (car-safe entry-key) precious)))) - (memq (car entry-key) precious))) ++ (memq (car-safe entry-key) precious))) (data (oref db data)) (candidates (cl-loop for k being the hash-keys of data using (hash-values v)