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
c06dbb8f
Commit
c06dbb8f
authored
Apr 04, 2005
by
Lute Kamstra
Browse files
(smerge-mode): Specify :group.
parent
9066a01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/smerge-mode.el
lisp/smerge-mode.el
+2
-2
No files found.
lisp/smerge-mode.el
View file @
c06dbb8f
;;; smerge-mode.el --- Minor mode to resolve diff3 conflicts
;; Copyright (C) 1999, 2000, 01, 03, 2004
Free Software Foundation, Inc.
;; Copyright (C) 1999, 2000,
20
01,
20
03, 2004
, 2005
Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: revision-control merge diff3 cvs conflict
...
...
@@ -667,7 +667,7 @@ buffer names."
(define-minor-mode smerge-mode
"Minor mode to simplify editing output from the diff3 program.
\\{smerge-mode-map}"
nil
" SMerge"
nil
:group 'smerge :lighter
" SMerge"
(when (and (boundp 'font-lock-mode) font-lock-mode)
(set (make-local-variable 'font-lock-multiline) t)
(save-excursion
...
...
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