emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Fri, 03 Mar 2006 12:22:30 +0000

Index: emacs/lisp/cus-edit.el
diff -u emacs/lisp/cus-edit.el:1.286 emacs/lisp/cus-edit.el:1.287
--- emacs/lisp/cus-edit.el:1.286        Sun Feb 19 17:27:37 2006
+++ emacs/lisp/cus-edit.el      Fri Mar  3 12:22:29 2006
@@ -468,21 +468,6 @@
 
 ;;; Utilities.
 
-(defun custom-quote (sexp)
-  "Quote SEXP iff it is not self quoting."
-  (if (or (memq sexp '(t nil))
-         (keywordp sexp)
-         (and (listp sexp)
-              (memq (car sexp) '(lambda)))
-         (stringp sexp)
-         (numberp sexp)
-         (vectorp sexp)
-;;;      (and (fboundp 'characterp)
-;;;           (characterp sexp))
-         )
-      sexp
-    (list 'quote sexp)))
-
 (defun custom-split-regexp-maybe (regexp)
   "If REGEXP is a string, split it to a list at `\\|'.
 You can get the original back with from the result with:




reply via email to

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