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
0da54898
Commit
0da54898
authored
Dec 23, 2013
by
Daniel Colascione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move provide to end of file for icomplete
parent
b7a017ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/icomplete.el
lisp/icomplete.el
+3
-4
No files found.
lisp/ChangeLog
View file @
0da54898
2013-12-23 Daniel Colascione <dancol@dancol.org>
* icomplete.el: Move `provide' to end of file.
2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
* net/gnutls.el (gnutls-verify-error): Add version tag.
...
...
lisp/icomplete.el
View file @
0da54898
...
...
@@ -58,10 +58,6 @@
;;; Code:
;;;_* Provide
(
provide
'icomplete
)
(
defgroup
icomplete
nil
"Show completions dynamically in minibuffer."
:prefix
"icomplete-"
...
...
@@ -484,6 +480,9 @@ are exhibited within the square braces.)"
"}"
)
(
concat
determ
" [Matched]"
))))))
;;;_* Provide
(
provide
'icomplete
)
;;_* Local emacs vars.
;;Local variables:
;;allout-layout: (-2 :)
...
...
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