Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/textmodes/flyspell.el

    r4204 r4210  
    20262026  ;; use the correct dictionary 
    20272027  (flyspell-accept-buffer-local-defs) 
     2028  (or opoint (setq opoint (point-marker))) 
    20282029  (let ((cursor-location (point)) 
    20292030        (word (flyspell-get-word nil))) 
     
    21342135(defun flyspell-emacs-popup (event poss word) 
    21352136  "The Emacs popup menu." 
     2137  (unless window-system 
     2138    (error "This command requires pop-up dialogs")) 
    21362139  (if (not event) 
    21372140      (let* ((mouse-pos  (mouse-position))