]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/diff-hl/diff-hl.el
Merge commit 'af601c4a8a087cc5a12a08e08af094c4e21d417c' from diff-hl
[gnu-emacs-elpa] / packages / diff-hl / diff-hl.el
index 41df9b9eed45439e8a67e9a2967c43afe62782c8..056d300ca766828212c4ec0bd0e88355ba3001ed 100644 (file)
         (puthash key val diff-hl-spec-cache)))\r
     val))\r
 \r
-(defun diff-hl-fringe-bmp-from-pos (type pos)\r
+(defun diff-hl-fringe-bmp-from-pos (_type pos)\r
   (intern (format "diff-hl-bmp-%s" pos)))\r
 \r
-(defun diff-hl-fringe-bmp-from-type (type pos)\r
+(defun diff-hl-fringe-bmp-from-type (type _pos)\r
   (if (eq type 'unknown)\r
       'question-mark\r
     (intern (format "diff-hl-bmp-%s" type))))\r
 \r
+(defvar vc-svn-diff-switches)\r
+\r
 (defmacro diff-hl-with-diff-switches (body)\r
   `(let ((vc-git-diff-switches nil)\r
          (vc-hg-diff-switches nil)\r