mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* simple.el (set-mark): Revert last change.
This commit is contained in:
parent
9af167bc52
commit
0013b70f1d
@ -1,3 +1,7 @@
|
||||
2009-07-18 David De La Harpe Golden <david@harpegolden.net>
|
||||
|
||||
* simple.el (set-mark): Revert last change.
|
||||
|
||||
2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
|
||||
|
||||
* doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
|
||||
|
@ -3534,11 +3534,7 @@ store it in a Lisp variable. Example:
|
||||
(progn
|
||||
(setq mark-active t)
|
||||
(run-hooks 'activate-mark-hook)
|
||||
(and select-active-regions
|
||||
;; Only set the selection if we already own PRIMARY. The
|
||||
;; initial selection grab happens in `activate-mark', but
|
||||
;; it is necessary to update it here.
|
||||
(x-selection-owner-p 'PRIMARY)
|
||||
(when select-active-regions
|
||||
(x-set-selection 'PRIMARY (current-buffer)))
|
||||
(set-marker (mark-marker) pos (current-buffer)))
|
||||
;; Normally we never clear mark-active except in Transient Mark mode.
|
||||
|
Loading…
Reference in New Issue
Block a user