Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6896604b
Commit
6896604b
authored
Jan 21, 2019
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/electric.el: Fix typo in last change.
parent
d1ea675d
Pipeline
#586
passed with stage
in 47 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/electric.el
lisp/electric.el
+2
-2
No files found.
lisp/electric.el
View file @
6896604b
...
...
@@ -198,8 +198,8 @@ relative order must be maintained within it."
(
setq-default
post-self-insert-hook
(
sort
(
default-value
'post-self-insert-hook
)
#'
(
lambda
(
fn1
fn2
)
(
<
(
or
(
if
(
symbol
fn1
)
(
get
fn1
'priority
))
0
)
(
or
(
if
(
symbol
fn2
)
(
get
fn2
'priority
))
0
))))))
(
<
(
or
(
if
(
symbol
p
fn1
)
(
get
fn1
'priority
))
0
)
(
or
(
if
(
symbol
p
fn2
)
(
get
fn2
'priority
))
0
))))))
;;; Electric indentation.
...
...
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