Show
Ignore:
Timestamp:
2005年11月26日 08時33分26秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/ibuffer.el

    r3823 r3988  
    22892289        ;; We switch to the buffer's window in order to be able 
    22902290        ;; to modify the value of point 
    2291         (select-window (get-buffer-window buf)) 
     2291        (select-window (get-buffer-window buf 0)) 
    22922292        (or (eq major-mode 'ibuffer-mode) 
    22932293            (ibuffer-mode))