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