From d3bac6a713c2a47e15c2171416938a3e2e745b472c5b82b4431ed13db383f95c Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 15 Jan 2014 10:31:55 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=136 --- dot.gnu-emacs | 4 ++-- emacs.changes | 5 +++++ emacs.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dot.gnu-emacs b/dot.gnu-emacs index 6fb8cf3..b0dd86a 100644 --- a/dot.gnu-emacs +++ b/dot.gnu-emacs @@ -424,8 +424,8 @@ ;; (global-set-key [S-left] 'backward-char) (global-set-key [S-right] 'forward-char) - (global-set-key [S-up] 'previous-line) - (global-set-key [S-down] 'next-line) +; (global-set-key [S-up] 'previous-line) +; (global-set-key [S-down] 'next-line) ;; (global-set-key [find] 'isearch-forward) ; Search (global-set-key [select] 'set-mark-command) ; Mark diff --git a/emacs.changes b/emacs.changes index 267e7ca..bf18b4c 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 15 10:31:16 UTC 2014 - werner@suse.de + +- Do not reassign S-up and S-down anymore (bnc#858430) + ------------------------------------------------------------------- Tue Dec 3 11:00:44 UTC 2013 - werner@suse.de diff --git a/emacs.spec b/emacs.spec index 9fbaf9b..af6a322 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,7 +1,7 @@ # # spec file for package emacs # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed