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

Diff of /emacs/lisp/select.el

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

revision 1.14 by pj, Wed Dec 12 20:07:32 2001 UTC revision 1.15 by pj, Fri Dec 14 19:53:51 2001 UTC
# Line 276  Cut buffers are considered obsolete; you Line 276  Cut buffers are considered obsolete; you
276    (user-full-name))    (user-full-name))
277    
278  (defun xselect-convert-to-class (selection type size)  (defun xselect-convert-to-class (selection type size)
279      "Convert selection to class.
280    This function returns the string \"Emacs\"."
281    "Emacs")    "Emacs")
282    
283  ;; We do not try to determine the name Emacs was invoked with,  ;; We do not try to determine the name Emacs was invoked with,
284  ;; because it is not clean for a program's behavior to depend on that.  ;; because it is not clean for a program's behavior to depend on that.
285  (defun xselect-convert-to-name (selection type size)  (defun xselect-convert-to-name (selection type size)
286      "Convert selection to name.
287    This function returns the string \"emacs\"."
288    "emacs")    "emacs")
289    
290  (defun xselect-convert-to-integer (selection type value)  (defun xselect-convert-to-integer (selection type value)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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