Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/emulation/viper-cmd.el

    r4161 r4169  
    30993099                    (get (widget-type widget) 'widget-type)))) 
    31003100        (widget-button-press (point)) 
    3101       (if (button-at (point)) 
     3101      (if (and (fboundp 'button-at) (fboundp 'push-button) (button-at (point))) 
    31023102          (push-button) 
    31033103        ;; not a widget or a button