Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
645a6257
Commit
645a6257
authored
Oct 05, 2010
by
Glenn Morris
Browse files
* lisp/hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
Remove arch-tag comment.
parent
568f71a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/hilit-chg.el
lisp/hilit-chg.el
+4
-4
No files found.
lisp/ChangeLog
View file @
645a6257
2010-10-06 Glenn Morris <rgm@gnu.org>
* hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
* emacs-lisp/cl.el: No longer provide cl-19.
2010-10-05 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/hilit-chg.el
View file @
645a6257
...
...
@@ -921,7 +921,7 @@ changes are made, so \\[highlight-changes-next-change] and
(
defun
hilit-chg-get-diff-info
(
buf-a
file-a
buf-b
file-b
)
(
let
(
(
e
nil
)
x
y
)
;
;
e
is
set by function hilit-chg-get-diff-list-hk
(
let
(
e
x
y
)
; e
,x,y are
set by function hilit-chg-get-diff-list-hk
(
ediff-setup
buf-a
file-a
buf-b
file-b
nil
nil
; buf-c file-C
'hilit-chg-get-diff-list-hk
...
...
@@ -932,10 +932,11 @@ changes are made, so \\[highlight-changes-next-change] and
(
defun
hilit-chg-get-diff-list-hk
()
;; x and y are dynamically bound by hilit-chg-get-diff-info
;;
e,
x and y are dynamically bound by hilit-chg-get-diff-info
;; which calls this function as a hook
(
defvar
x
)
;
; placate the byte-compiler
(
defvar
x
)
; placate the byte-compiler
(
defvar
y
)
(
defvar
e
)
(
setq
e
(
current-buffer
))
(
let
((
n
0
)
extent
p
va
vb
a
b
)
(
setq
x
nil
y
nil
)
;; x and y are bound by hilit-chg-get-diff-info
...
...
@@ -1035,5 +1036,4 @@ This is called when `global-highlight-changes-mode' is turned on."
(
provide
'hilit-chg
)
;; arch-tag: de00301d-5bad-44da-aa82-e0e010b0c463
;;; hilit-chg.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment