mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Merge from origin/emacs-25
16e5e8eFix last change to isearch-update (bug#23406)b755d98Autoload cursor-sensor-inhibit (bug#23406)b52ebd4org-map-entries: Fix org-agenda-prepare-buffers call86aa409Followup for last commit in the user manual7004459Improve doc string of 'set-goal-column'ccdaf04Fix the MSDOS buildffe701cRemove \= from format string (bug#18190)1c58fa1Fix variable-pitch font on MS-Windowsc6077bfRestore follow-scroll-up/down to scrolling by the combined si...b671e21Revert unneeded change which harms syntactic parsing. This f...48b24c9Correct indentation of ids in a C++ enum after a protection k...5c3534f* lisp/window.el (window--process-window-list): No-op if no p...734fb3aPort dumping to NetBSD with PaX0255a70Don't mistake `for' inside a function for a part of array com... # Conflicts: # src/Makefile.in
This commit is contained in:
commit
c3ed7cea0a
43 changed files with 479 additions and 286 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;;###autoload
|
||||
(defvar cursor-sensor-inhibit nil)
|
||||
|
||||
(defun cursor-sensor--intangible-p (pos)
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ This method is obsolete."
|
|||
(let ((f (intern (format "%s-child-p" name))))
|
||||
`((defalias ',f ',testsym2)
|
||||
(make-obsolete
|
||||
',f ,(format "use (cl-typep ... \\='%s) instead" name)
|
||||
',f ,(format "use (cl-typep ... '%s) instead" name)
|
||||
"25.1"))))
|
||||
|
||||
;; When using typep, (typep OBJ 'myclass) returns t for objects which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue