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
3a8e52af
Commit
3a8e52af
authored
Aug 05, 2002
by
John Paul Wallington
Browse files
(ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.
parent
a5c41f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ediff-util.el
lisp/ediff-util.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3a8e52af
2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
* ediff-util.el (ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.
2002-08-05 John Wiegley <johnw@gnu.org>
* pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
...
...
lisp/ediff-util.el
View file @
3a8e52af
...
...
@@ -4259,7 +4259,7 @@ Mail anyway? (y or n) ")
(
cdr
result
)))
(
if
(
fboundp
'copy-sequence
)
(
fset
'ediff-copy-list
(
symbol-function
'copy-sequence
)
)
(
defalias
'ediff-copy-list
'copy-sequence
)
(
defun
ediff-copy-list
(
list
)
(
if
(
consp
list
)
;;;(let ((res nil))
...
...
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