[Phemlock-cvs] CVS update: phemlock/src/core/package.lisp

Update of /project/phemlock/cvsroot/phemlock/src/core In directory common-lisp.net:/tmp/cvs-serv994/src/core Modified Files: package.lisp Log Message: Removed the string table *logical-key-event-names* as it was never used, only written to. Added #k"control=[" as an alias for ESCAPE, because that is what I use all the time (rather than trying to find the META key). Date: Mon Aug 9 22:24:16 2004 Author: rstrandh Index: phemlock/src/core/package.lisp diff -u phemlock/src/core/package.lisp:1.1 phemlock/src/core/package.lisp:1.2 --- phemlock/src/core/package.lisp:1.1 Fri Jul 9 08:00:36 2004 +++ phemlock/src/core/package.lisp Mon Aug 9 22:24:16 2004 @@ -660,7 +660,7 @@ #:prompt-for-buffer #:prompt-for-file #:prompt-for-integer #:prompt-for-keyword #:prompt-for-expression #:prompt-for-string #:prompt-for-variable #:prompt-for-yes-or-no #:prompt-for-y-or-n - #:prompt-for-key-event #:prompt-for-key #:*logical-key-event-names* + #:prompt-for-key-event #:prompt-for-key #:logical-key-event-p #:logical-key-event-documentation #:logical-key-event-name #:logical-key-event-key-events #:define-logical-key-event #:*parse-type* #:current-variable-tables @@ -860,6 +860,13 @@ ) ;; $Log: package.lisp,v $ +;; Revision 1.2 2004/08/10 05:24:16 rstrandh +;; Removed the string table *logical-key-event-names* as it was never +;; used, only written to. +;; +;; Added #k"control=[" as an alias for ESCAPE, because that is what +;; I use all the time (rather than trying to find the META key). +;; ;; Revision 1.1 2004/07/09 15:00:36 gbaumann ;; Let us see if this works. ;;
participants (1)
-
Robert Strandh