/[emacs]/emacs/lisp/ffap.el
ViewVC logotype

Diff of /emacs/lisp/ffap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by lektu, Tue Feb 4 11:18:55 2003 UTC revision 1.34 by monnier, Mon Feb 10 22:21:46 2003 UTC
# Line 1240  which may actually result in an url rath Line 1240  which may actually result in an url rath
1240    ;; Note: t and non-nil mean somewhat different reasons.    ;; Note: t and non-nil mean somewhat different reasons.
1241    (if (eq minibuffer-completion-table 'ffap-read-file-or-url-internal)    (if (eq minibuffer-completion-table 'ffap-read-file-or-url-internal)
1242        (not (ffap-url-p (buffer-string))) ; t        (not (ffap-url-p (buffer-string))) ; t
1243      (memq minibuffer-completion-table      (and minibuffer-completing-file-name '(t)))) ;list
           '(read-file-name-internal read-directory-name-internal)) ; list  
     ))  
1244    
1245  (and  (and
1246   (featurep 'complete)   (featurep 'complete)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26