Changeset 4169 for trunk/lisp/emulation/viper-cmd.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/emulation/viper-cmd.el (modified) (1 diff)
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
- Property svn:ignore changed from
trunk/lisp/emulation/viper-cmd.el
r4161 r4169 3099 3099 (get (widget-type widget) 'widget-type)))) 3100 3100 (widget-button-press (point)) 3101 (if ( button-at (point))3101 (if (and (fboundp 'button-at) (fboundp 'push-button) (button-at (point))) 3102 3102 (push-button) 3103 3103 ;; not a widget or a button
