+2003-02-12 Juanma Barranquero <lektu@terra.es>
+
+ * files.el (file-truename): Revert change from 2002-11-27.
+
2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
* help-fns.el (describe-function-1): Change output for keyboard
(setq filename (funcall handler 'file-truename filename))
;; If filename contains a wildcard, newname will be the old name.
(unless (string-match "[[*?]" filename)
- ;; If filename exists, use the long name, otherwise
- ;; canonicalize the name, to handle case differences.
- (setq filename (or (w32-long-file-name filename)
- (untranslated-canonical-name filename)))))
+ ;; If filename exists, use the long name
+ (setq filename (or (w32-long-file-name filename) filename))))
(setq done t)))
;; If this file directly leads to a link, process that iteratively