Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a11463de
Commit
a11463de
authored
Feb 10, 2014
by
Dmitry Gutov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.
parent
63d93efd
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/ielm.el
lisp/ielm.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a11463de
2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
* ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.
2014-02-10 Glenn Morris <rgm@gnu.org>
* emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
...
...
lisp/ielm.el
View file @
a11463de
...
...
@@ -549,7 +549,7 @@ Customized bindings may be defined in `ielm-map', which currently contains:
(
setq
mode-line-process
'
(
":%s on "
(
:eval
(
buffer-name
ielm-working-buffer
))))
;; Useful for `hs-minor-mode'.
(
setq-local
comment-start
";"
)
(
setq-local
comment-use-
global-state
t
)
(
setq-local
comment-use-
syntax
t
)
(
set
(
make-local-variable
'indent-line-function
)
'ielm-indent-line
)
(
set
(
make-local-variable
'ielm-working-buffer
)
(
current-buffer
))
...
...
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