Merge from origin/emacs-25
16e5e8e
Fix last change to isearch-update (bug#23406)b755d98
Autoload cursor-sensor-inhibit (bug#23406)b52ebd4
org-map-entries: Fix org-agenda-prepare-buffers call86aa409
Followup for last commit in the user manual7004459
Improve doc string of 'set-goal-column'ccdaf04
Fix the MSDOS buildffe701c
Remove \= from format string (bug#18190)1c58fa1
Fix variable-pitch font on MS-Windowsc6077bf
Restore follow-scroll-up/down to scrolling by the combined si...b671e21
Revert unneeded change which harms syntactic parsing. This f...48b24c9
Correct indentation of ids in a C++ enum after a protection k...5c3534f
* lisp/window.el (window--process-window-list): No-op if no p...734fb3a
Port dumping to NetBSD with PaX0255a70
Don'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