aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorUlf Jasper2014-11-17 21:06:33 +0100
committerUlf Jasper2014-11-17 21:06:33 +0100
commit9e35ff6bcf9c52fb295b4eb5d4dcde37b6a60b65 (patch)
treeb641b8c903c4529c7585594cd544ddf8f3fd55ad /lisp
parentcc5519db12f554a40591ac8a7f4febe17a3bd53b (diff)
parent5813f93cab1a81eba6eef735add5ca7cb1d15e8e (diff)
downloademacs-9e35ff6bcf9c52fb295b4eb5d4dcde37b6a60b65.tar.gz
emacs-9e35ff6bcf9c52fb295b4eb5d4dcde37b6a60b65.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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)