aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/bindings.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b232210f3c7..a4dec7af492 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,10 @@
7 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm): 7 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
8 New functions for exporting alarms. 8 New functions for exporting alarms.
9 9
102014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
12 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
13
102014-11-17 Paul Eggert <eggert@cs.ucla.edu> 142014-11-17 Paul Eggert <eggert@cs.ucla.edu>
11 15
12 Port new time stamp handling to old Emacs and to XEmacs. 16 Port new time stamp handling to old Emacs and to XEmacs.
@@ -112,7 +116,7 @@
112 * progmodes/python.el (python-indent-region): 116 * progmodes/python.el (python-indent-region):
113 Use python-indent-line and skip special cases. (Bug#18843) 117 Use python-indent-line and skip special cases. (Bug#18843)
114 118
1152014-11-16 Peder O. Klingenberg <peder@klingenberg.no> (tiny change) 1192014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
116 120
117 * mail/emacsbug.el (report-emacs-bug): Make a better guess at 121 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
118 envelope-from when reporting through sendmail (bug#19054). 122 envelope-from when reporting through sendmail (bug#19054).
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 46ff522c731..110774082e0 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -926,7 +926,7 @@ if `inhibit-field-text-motion' is non-nil."
926(define-key esc-map "s" search-map) 926(define-key esc-map "s" search-map)
927 927
928(define-key search-map "o" 'occur) 928(define-key search-map "o" 'occur)
929(define-key search-map "\M-s" 'eww-search-words) 929(define-key search-map "\M-w" 'eww-search-words)
930(define-key search-map "hr" 'highlight-regexp) 930(define-key search-map "hr" 'highlight-regexp)
931(define-key search-map "hp" 'highlight-phrase) 931(define-key search-map "hp" 'highlight-phrase)
932(define-key search-map "hl" 'highlight-lines-matching-regexp) 932(define-key search-map "hl" 'highlight-lines-matching-regexp)