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
a7b77977
Commit
a7b77977
authored
May 25, 2000
by
Dave Love
Browse files
(smerge-diff-switches): Don't use list* in defcustom.
parent
7997f1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
lisp/smerge-mode.el
lisp/smerge-mode.el
+11
-3
No files found.
lisp/smerge-mode.el
View file @
a7b77977
...
...
@@ -4,7 +4,7 @@
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: merge diff3 cvs conflict
;; Revision: $Id: smerge-mode.el,v 1.
1 1999/12/09 13:00:21
monnier Exp $
;; Revision: $Id: smerge-mode.el,v 1.
2 2000/03/22 00:54:55
monnier Exp $
;; This file is part of GNU Emacs.
...
...
@@ -64,8 +64,8 @@
string
))
(
defcustom
smerge-diff-switches
(
list*
"-d"
"-b"
(
if
(
listp
diff-switches
)
diff-switches
(
list
diff-switches
)))
(
append
'
(
"-d"
"-b"
)
(
if
(
listp
diff-switches
)
diff-switches
(
list
diff-switches
)))
"*A list of strings specifying switches to be be passed to diff.
Used in `smerge-diff-base-mine' and related functions."
:group
'smerge
...
...
@@ -444,6 +444,14 @@ The point is moved to the end of the conflict."
;;; Change Log:
;; $Log: smerge-mode.el,v $
;; Revision 1.2 2000/03/22 00:54:55 monnier
;; (smerge-auto-leave): New function and variable.
;; (smerge-basic-map): Rename from smerge-basic-keymap.
;; Change the bindings for smerge-diff-*.
;; (smerge-*-map): Use easy-mmode-defmap.
;; (smerge-(next|prev)): Use easy-mmode-define-navigation.
;; (smerge-keep-*): Use smerge-auto-leave.
;;
;; Revision 1.1 1999/12/09 13:00:21 monnier
;; New file. Provides a simple minor-mode for files containing
;; diff3-style conflict markers, such as generated by RCS
...
...
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