* emacs-lisp/lselect.el: Move to obsolete/lselect.el.

* obsolete/lselect.el: Do not warn about unknown functions.
This commit is contained in:
Dan Nicolaescu 2007-11-02 06:56:36 +00:00
parent 33468a59c6
commit 8b1e0dff4e
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lselect.el: Move to obsolete/lselect.el.
* obsolete/lselect.el: Do not warn about unknown functions.
2007-11-02 Michael Olson <mwolson@gnu.org>
* textmodes/remember.el (remember-buffer): Make this an alias of

View file

@ -238,5 +238,10 @@ the kill ring or the Clipboard."
(provide 'lselect)
;; Local variables:
;; byte-compile-warnings: (not unresolved)
;; End:
;; arch-tag: 92fa54d4-c5d1-4e9b-ad58-cf1e13930556
;;; lselect.el ends here