# HG changeset patch # User Richard M. Stallman # Date 1114274424 0 # Node ID d4abeb7737828a597cfcfce05687b3072ddb46cf # Parent d9587a02572bbb53a26f31cccad563b91dadcbd1 (save-place-to-alist): Use with-no-warnings. diff -r d9587a02572b -r d4abeb773782 lisp/saveplace.el --- a/lisp/saveplace.el Sat Apr 23 16:39:54 2005 +0000 +++ b/lisp/saveplace.el Sat Apr 23 16:40:24 2005 +0000 @@ -166,7 +166,8 @@ (let ((cell (assoc buffer-file-name save-place-alist)) (position (if (not (eq major-mode 'hexl-mode)) (point) - (1+ (hexl-current-address))))) + (with-no-warnings + (1+ (hexl-current-address)))))) (if cell (setq save-place-alist (delq cell save-place-alist))) (if (and save-place