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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el,v
Date: Mon, 22 Jan 2007 15:00:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/22 15:00:42

Index: hexl.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/hexl.el,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- hexl.el     18 Jan 2007 03:21:08 -0000      1.112
+++ hexl.el     22 Jan 2007 15:00:41 -0000      1.113
@@ -403,7 +403,7 @@
       (hl-line-mode 0))
   (when (boundp 'hexl-mode-old-hl-line-range-function)
     (setq hl-line-range-function hexl-mode-old-hl-line-range-function))
-  (when (boundp hexl-mode-old-hl-line-face)
+  (when (boundp 'hexl-mode-old-hl-line-face)
     (setq hl-line-face hexl-mode-old-hl-line-face))
  
   (setq require-final-newline hexl-mode-old-require-final-newline)




reply via email to

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