Function: tab-switcher-backup-unmark

tab-switcher-backup-unmark is an interactive and byte-compiled function defined in tab-bar.el.gz.

Signature

(tab-switcher-backup-unmark)

Documentation

Move up one line and cancel requested operations on window configuration there.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-switcher-backup-unmark ()
  "Move up one line and cancel requested operations on window configuration there."
  (interactive)
  (forward-line -1)
  (tab-switcher-unmark)
  (forward-line -1)
  (move-to-column tab-switcher-column))