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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
cae7fcf9
Commit
cae7fcf9
authored
May 07, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* minibuffer.el (comps): Declare for byte-compiler.
parent
f83483ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/minibuffer.el
lisp/minibuffer.el
+2
-0
No files found.
lisp/ChangeLog
View file @
cae7fcf9
2010-05-07 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (comps): Declare for byte-compiler.
Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
* emulation/cua-base.el (cua-repeat-replace-region):
* emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
...
...
lisp/minibuffer.el
View file @
cae7fcf9
...
...
@@ -1987,6 +1987,8 @@ filter out additional entries (because TABLE migth not obey PRED)."
"Like `reverse' but for a string STR rather than a list."
(
apply
'string
(
nreverse
(
mapcar
'identity
str
))))
(
defvar
comps
)
(
defun
completion--common-suffix
(
strs
)
"Return the common suffix of the strings STRS."
(
completion--sreverse
...
...
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