emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114458: * minibuffer.el (completion-all-sorted-comp


From: Leo Liu
Subject: [Emacs-diffs] trunk r114458: * minibuffer.el (completion-all-sorted-completions): Make args
Date: Thu, 26 Sep 2013 00:47:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114458
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-26 08:46:29 +0800
message:
  * minibuffer.el (completion-all-sorted-completions): Make args
  optional as they are.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/minibuffer.el             
minibuffer.el-20091113204419-o5vbwnq5f7feedwu-8622
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-25 22:39:53 +0000
+++ b/lisp/ChangeLog    2013-09-26 00:46:29 +0000
@@ -1,3 +1,8 @@
+2013-09-26  Leo Liu  <address@hidden>
+
+       * minibuffer.el (completion-all-sorted-completions): Make args
+       optional as they are.
+
 2013-09-25  Daniel Colascione  <address@hidden>
 
        * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2013-09-16 19:09:24 +0000
+++ b/lisp/minibuffer.el        2013-09-26 00:46:29 +0000
@@ -1100,7 +1100,7 @@
     (if (eq (car bounds) base) md-at-point
       (completion-metadata (substring string 0 base) table pred))))
 
-(defun completion-all-sorted-completions (start end)
+(defun completion-all-sorted-completions (&optional start end)
   (or completion-all-sorted-completions
       (let* ((start (or start (minibuffer-prompt-end)))
              (end (or end (point-max)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]