Skip to content

Commit

Permalink
Fix obsolete variable alias warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 30, 2023
1 parent 61ff3b6 commit 506054e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -367,16 +367,16 @@ Example value:
"`display-buffer' action used when displaying source buffer."
:type 'sexp)

(define-obsolete-variable-alias
'dape-buffer-window-arrangment
'dape-buffer-window-arrangement "0.3.0")

(defcustom dape-buffer-window-arrangement 'left
"Rules for display dape buffers."
:type '(choice (const :tag "GUD gdb like" gud)
(const :tag "Left side" left)
(const :tag "Right side" right)))

(define-obsolete-variable-alias
'dape-buffer-window-arrangment
'dape-buffer-window-arrangement "0.3.0")

(defcustom dape-stepping-granularity 'line
"The granularity of one step in the stepping requests."
:type '(choice (const :tag "Step statement" statement)
Expand Down

0 comments on commit 506054e

Please sign in to comment.