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
5192af46
Commit
5192af46
authored
May 03, 2011
by
Agustín Martín
Browse files
ispell.el (ispell-add-per-file-word-list): Use `concat' to create string for insertion.
Fixes: debbugs:8579
parent
5767d190
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/textmodes/ispell.el
lisp/textmodes/ispell.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5192af46
2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-add-per-file-word-list):
Use `concat' for string.
2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
...
...
lisp/textmodes/ispell.el
View file @
5192af46
...
...
@@ -3916,7 +3916,7 @@ Both should not be used to define a buffer-local dictionary."
(
open-line
1
)
(
unless
found
(
newline
))
(
insert
(
if
comment-start
(
progn
(
concat
(
if
(
fboundp
'comment-padright
)
;; Try and use the proper comment marker,
;; e.g. ";;" rather than ";".
...
...
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