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
f1a85e52
Commit
f1a85e52
authored
Dec 27, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert unnecessary earlier change
parent
9cadbf5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
lisp/ChangeLog
lisp/ChangeLog
+0
-4
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+3
-4
No files found.
lisp/ChangeLog
View file @
f1a85e52
...
...
@@ -4,10 +4,6 @@
the current buffer's directory, on systems in which this behaviour
is the default (windows-nt, ms-dos).
2013-12-27 Glenn Morris <rgm@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Unbreak bootstrap.
2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-insert): Don't infloop if the width is zero.
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
f1a85e52
...
...
@@ -474,10 +474,9 @@ font-lock keywords will not be case sensitive."
.
lisp-font-lock-syntactic-face-function
)))
(
setq-local
prettify-symbols-alist
lisp--prettify-symbols-alist
)
;; electric
(
and
elisp
(
boundp
'electric-pair-text-pairs
)
(
setq-local
electric-pair-text-pairs
(
cons
'
(
?\`
.
?\'
)
electric-pair-text-pairs
)))
(
when
elisp
(
setq-local
electric-pair-text-pairs
(
cons
'
(
?\`
.
?\'
)
electric-pair-text-pairs
)))
(
setq-local
electric-pair-skip-whitespace
'chomp
)
(
setq-local
electric-pair-open-newline-between-pairs
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