Changeset 4210 for trunk/lisp/textmodes/flyspell.el
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/lisp/textmodes/flyspell.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/textmodes/flyspell.el
r4204 r4210 2026 2026 ;; use the correct dictionary 2027 2027 (flyspell-accept-buffer-local-defs) 2028 (or opoint (setq opoint (point-marker))) 2028 2029 (let ((cursor-location (point)) 2029 2030 (word (flyspell-get-word nil))) … … 2134 2135 (defun flyspell-emacs-popup (event poss word) 2135 2136 "The Emacs popup menu." 2137 (unless window-system 2138 (error "This command requires pop-up dialogs")) 2136 2139 (if (not event) 2137 2140 (let* ((mouse-pos (mouse-position))
