emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v
Date: Sun, 04 May 2008 09:31:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/05/04 09:31:00

Index: minibuffer.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/minibuffer.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- minibuffer.el       2 May 2008 17:32:51 -0000       1.36
+++ minibuffer.el       4 May 2008 09:30:56 -0000       1.37
@@ -608,14 +608,14 @@
                                  ;; We can't just set tab-width, because
                                  ;; completion-setup-function will kill all
                                  ;; local variables :-(
-                                 `(display (space :align-to ,column))))
+                                 `(display (space :align-to ,column)))
          (when (< wwidth (+ (max colwidth
                                  (if (consp str)
                                      (+ (string-width (car str))
                                          (string-width (cadr str)))
                                    (string-width str)))
                             column))
-           (delete-char -2) (insert "\n") (setq column 0))
+             (delete-char -2) (insert "\n") (setq column 0)))
          (if (not (consp str))
              (put-text-property (point) (progn (insert str) (point))
                                 'mouse-face 'highlight)




reply via email to

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