1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1992-01-14 01:46:33 +00:00
parent 9889c728e0
commit 0849f191ce

View File

@ -445,6 +445,7 @@ This returns ARGS with the arguments that have been processed removed."
(setq suspend-hook
'(lambda ()
(error "Suspending an emacs running under X makes no sense")))
(setq interprogram-cut-function 'x-own-selection)
;;; Turn off window-splitting optimization; X is usually fast enough
;;; that this is only annoying.