emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hexl.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Thu, 28 Feb 2002 11:19:45 -0500

Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.70 emacs/lisp/hexl.el:1.71
*** emacs/lisp/hexl.el:1.70     Mon Nov 26 11:27:00 2001
--- emacs/lisp/hexl.el  Thu Feb 28 11:19:45 2002
***************
*** 29,44 ****
  ;; a program called hexl, supplied with the GNU Emacs distribution, that
  ;; can filter a binary into an editable format or from the format back into
  ;; binary.  For full instructions, invoke `hexl-mode' on an empty buffer and
! ;; do `M-x describe-mode'.
  ;;
! ;; This may be useful in your .emacs:
! ;;
! ;;    (autoload 'hexl-find-file "hexl"
! ;;      "Edit file FILENAME in hexl-mode." t)
! ;;    
! ;;    (define-key global-map "\C-c\C-h" 'hexl-find-file)
! ;;
! ;; NOTE: Remember to change HEXL-PROGRAM or HEXL-OPTIONS if needed.
  ;;
  ;; Currently hexl only supports big endian hex output with 16 bit
  ;; grouping.
--- 29,37 ----
  ;; a program called hexl, supplied with the GNU Emacs distribution, that
  ;; can filter a binary into an editable format or from the format back into
  ;; binary.  For full instructions, invoke `hexl-mode' on an empty buffer and
! ;; do M-x `describe-mode'.
  ;;
! ;; NOTE: Remember to change `hexl-program' or `hexl-options' if needed.
  ;;
  ;; Currently hexl only supports big endian hex output with 16 bit
  ;; grouping.
***************
*** 72,78 ****
    :group 'hexl)
  
  (defcustom hexl-options (format "-hex %s" hexl-iso)
!   "Options to hexl-program that suit your needs."
    :type 'string
    :group 'hexl)
  
--- 65,71 ----
    :group 'hexl)
  
  (defcustom hexl-options (format "-hex %s" hexl-iso)
!   "Options to `hexl-program' that suit your needs."
    :type 'string
    :group 'hexl)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]