Merge from origin/emacs-25
9ffe7dd
* lisp/isearch.el (isearch-define-mode-toggle): Improve logic16140f7
* lisp/menu-bar.el (menu-bar-options-menu): New search submenu3db6adb
* lisp/isearch.el (search-default-mode)4ea1ea7
* lisp/isearch.el: Rename search-default-regexp-mode to search-default-modec77ffc8
Use monitor's resolution for positioning tooltips49e5749
Fix file-notify-test on MS-Windowsbe1d874
Fix issues found by auditing w32notify code87ae218
Extend etags Ruby support for accessorsaa35257
Update publicsuffix.txt.6816bff
Ensure that Gnus dribble handling allows removing entries691feae
Be consistent when using encoded strings in nnimap data3ed423b
Display the decoded Gnus group name5428b5b
Use completion-ignore-case instead of defining command
This commit is contained in:
commit
b3fc7a3e76
22 changed files with 332 additions and 200 deletions
|
@ -862,7 +862,9 @@ If REGEXP is given, lines that match it will be deleted."
|
|||
(goto-char (match-beginning 0))
|
||||
(delete-region (point-at-bol) end))))
|
||||
(goto-char (point-max))
|
||||
(insert string "\n")
|
||||
;; Make sure that each dribble entry is a single line, so that
|
||||
;; the "remove" code above works.
|
||||
(insert (replace-regexp-in-string "\n" "\\\\n" string) "\n")
|
||||
;; This has been commented by Josh Huber <huber@alum.wpi.edu>
|
||||
;; It causes problems with both XEmacs and Emacs 21, and doesn't
|
||||
;; seem to be of much value. (FIXME: remove this after we make sure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue