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
cca9c6fc
Commit
cca9c6fc
authored
Sep 11, 1996
by
Richard M. Stallman
Browse files
(ediff-eval-in-buffer): Add properties
such lisp-indent-function, lisp-indent-hook, edebug-form-spec.
parent
a8b7f4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/ediff-init.el
lisp/ediff-init.el
+4
-0
No files found.
lisp/ediff-init.el
View file @
cca9c6fc
...
...
@@ -192,6 +192,10 @@ that Ediff doesn't know about.")
(
error
ediff-KILLED-VITAL-BUFFER
))
))))
(
put
'ediff-eval-in-buffer
'lisp-indent-function
1
)
(
put
'ediff-eval-in-buffer
'lisp-indent-hook
1
)
(
put
'ediff-eval-in-buffer
'edebug-form-spec
'
(
form
body
))
(
defsubst
ediff-multiframe-setup-p
()
(
and
(
ediff-window-display-p
)
ediff-multiframe
))
...
...
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